diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-26 11:06:35 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-03-02 16:03:59 +0000 |
commit | 02dd66c6797ccd512a2536831282aef2ebc5e69e (patch) | |
tree | 373dcc2e5f1610dc7a264857317a8f9d05419311 | |
parent | 9afda2f6662f4f90341109d5a8207d6fc14f8707 (diff) | |
download | vyos-walinuxagent-02dd66c6797ccd512a2536831282aef2ebc5e69e.tar.gz vyos-walinuxagent-02dd66c6797ccd512a2536831282aef2ebc5e69e.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 ] + |