diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-12-02 21:53:06 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-12-03 04:58:27 +0000 |
commit | 57c20bd7ec1824df0cc6bb8621087f008af24d2b (patch) | |
tree | d1a6f15852a689ba6c55928b36c1518e71e3477a | |
parent | d94fcbc8896edf623bf1e8ea0fa52153bce041a8 (diff) | |
download | vyos-walinuxagent-57c20bd7ec1824df0cc6bb8621087f008af24d2b.tar.gz vyos-walinuxagent-57c20bd7ec1824df0cc6bb8621087f008af24d2b.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 ] + |