diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-08 16:33:07 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-02-09 00:59:05 +0000 |
commit | 6f22946bb094e782be63c52686d73ae92316cc8b (patch) | |
tree | 264a11f2bd52a5dd068ca5e6fdd959edc5ec7d61 | |
parent | a00729ff7421b3661e8b1a1e0fa46393379f2e96 (diff) | |
download | vyos-walinuxagent-6f22946bb094e782be63c52686d73ae92316cc8b.tar.gz vyos-walinuxagent-6f22946bb094e782be63c52686d73ae92316cc8b.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 ] + |