diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-09-14 13:06:56 -0400 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-09-14 19:19:12 +0000 |
commit | 3219d8102c5963d70d444a1303f6de95581c409b (patch) | |
tree | c008cec96554a33af69b60a8ef0dd008f17d019d | |
parent | 65a714cda8ffebae9fa34d6c744be07bba0d4a77 (diff) | |
download | vyos-walinuxagent-3219d8102c5963d70d444a1303f6de95581c409b.tar.gz vyos-walinuxagent-3219d8102c5963d70d444a1303f6de95581c409b.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 ] + |