diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-06 16:33:42 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-07 00:08:29 +0000 |
commit | 10e883553b15ca9bb3d4a2323817db92fdd9b747 (patch) | |
tree | 491106224bb663b0610f5555d1b3d6a62b797ab4 | |
parent | 6113f5771b25015cf4f62126d4052701d965545a (diff) | |
download | vyos-walinuxagent-10e883553b15ca9bb3d4a2323817db92fdd9b747.tar.gz vyos-walinuxagent-10e883553b15ca9bb3d4a2323817db92fdd9b747.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 ] + |