diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-11-26 11:41:59 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-11-26 19:08:31 +0000 |
commit | be9fc8f27f67167d911fa95fc73f746323588ded (patch) | |
tree | 540d7cc94756b3e3b19618fbaa05dcf17b6c56bf | |
parent | 2636d8bf5c96c3c618cfd7f4a3fa1f3c5bc32db0 (diff) | |
download | vyos-walinuxagent-be9fc8f27f67167d911fa95fc73f746323588ded.tar.gz vyos-walinuxagent-be9fc8f27f67167d911fa95fc73f746323588ded.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 ] + |