diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-02-18 12:26:24 -0800 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-02-18 21:08:54 +0000 |
commit | 5d5387288ca111a65941df0953c127b9c1da6633 (patch) | |
tree | afc2ff08f900f3898e55ceea1e7223da123a430c | |
parent | e509d6821647aee2965c78bbfe8548a66a06ce0d (diff) | |
download | vyos-walinuxagent-5d5387288ca111a65941df0953c127b9c1da6633.tar.gz vyos-walinuxagent-5d5387288ca111a65941df0953c127b9c1da6633.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 ] + |