diff options
author | Ćukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> | 2017-01-16 10:10:41 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2017-01-17 17:53:13 +0000 |
commit | 4eb2f6395a130a284ecbe7171a59228a8c1e481f (patch) | |
tree | 9c2c8138ec9fab47101e5850dbba156b9476d9b3 | |
parent | df18b31f526ae819d5e5e04179c34b1409620c87 (diff) | |
download | vyos-walinuxagent-4eb2f6395a130a284ecbe7171a59228a8c1e481f.tar.gz vyos-walinuxagent-4eb2f6395a130a284ecbe7171a59228a8c1e481f.zip |
cloud-init-default-cfg.patch
No DEP3 Subject or Description header found
Gbp-Pq: cloud-init-default-cfg.patch.
-rw-r--r-- | config/91_walinuxagent.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/91_walinuxagent.cfg b/config/91_walinuxagent.cfg new file mode 100644 index 0000000..b7049fc --- /dev/null +++ b/config/91_walinuxagent.cfg @@ -0,0 +1,3 @@ +# This configuration file is provided by the WALinuxAgent package. +datasource_list: [ Azure ] + |