diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2016-10-04 12:25:07 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-10-04 20:58:53 +0000 |
commit | d7831853f701a6d74d95f1e76b80754219d95e84 (patch) | |
tree | 92e14cc3c00ccb542224ab61c95fbb2b91bfd9f0 | |
parent | 1839eceeb3c4ebbe8baae55da05475fc770d83bf (diff) | |
download | vyos-walinuxagent-d7831853f701a6d74d95f1e76b80754219d95e84.tar.gz vyos-walinuxagent-d7831853f701a6d74d95f1e76b80754219d95e84.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 ] + |