diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-18 05:40:07 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-18 12:46:21 +0000 |
commit | 24d6d2dd68d85bfd69c9fc5c54fe9aaa056cc775 (patch) | |
tree | 4ec8c5814dca53db5923f882457e2eb75114da64 | |
parent | 241f580be462ae72980b0d2f7e4efdd27b27b674 (diff) | |
download | vyos-walinuxagent-24d6d2dd68d85bfd69c9fc5c54fe9aaa056cc775.tar.gz vyos-walinuxagent-24d6d2dd68d85bfd69c9fc5c54fe9aaa056cc775.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 ] + |