diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-04-07 16:48:16 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-04-08 16:53:31 +0000 |
commit | e39df013bfaf227cd8617b26abbde14c47f2f8b7 (patch) | |
tree | 523e3a30278baa00480a3b170685fcdd1ccd26c6 | |
parent | b86b8acb4e2bcda90e39f999c064c2074ea83b36 (diff) | |
download | vyos-walinuxagent-e39df013bfaf227cd8617b26abbde14c47f2f8b7.tar.gz vyos-walinuxagent-e39df013bfaf227cd8617b26abbde14c47f2f8b7.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 ] + |