diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-03-25 11:04:05 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-04-10 23:48:27 +0000 |
commit | 7551345749d5f5f1abda1aef0cb219a8eb098d3f (patch) | |
tree | 3440d38cfd4a4d2c3ff2f5a4461f84cae3d390d6 | |
parent | 0106b7427cc66cd5bf38a6806bc194bf8c036673 (diff) | |
download | vyos-walinuxagent-7551345749d5f5f1abda1aef0cb219a8eb098d3f.tar.gz vyos-walinuxagent-7551345749d5f5f1abda1aef0cb219a8eb098d3f.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 ] + |