diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-04-15 10:59:38 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-04-15 21:53:50 +0000 |
commit | cb7c3d4e33487609970913992a4cf462463c3517 (patch) | |
tree | ac876e80237a2dce96f6200e53151f114b657fc5 | |
parent | 1d8f8bc618521096a01b23e76cb4b88d00c1c076 (diff) | |
download | vyos-walinuxagent-cb7c3d4e33487609970913992a4cf462463c3517.tar.gz vyos-walinuxagent-cb7c3d4e33487609970913992a4cf462463c3517.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 ] + |