diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-03-18 17:14:41 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-03-18 23:38:27 +0000 |
commit | 44f40b0e8dea5b30728f541585e897d28a38746d (patch) | |
tree | d88d874efb1c83a8b1669c20cdd056151c82cb57 | |
parent | dab732697dd0a14dcae267ef3b2c1661cfc517aa (diff) | |
download | vyos-walinuxagent-44f40b0e8dea5b30728f541585e897d28a38746d.tar.gz vyos-walinuxagent-44f40b0e8dea5b30728f541585e897d28a38746d.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 ] + |