diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-07-03 10:47:27 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-03 18:03:22 +0000 |
commit | d1a9c28d64074c100171c4695c58db79f499ccf4 (patch) | |
tree | 772acb68c6b66f2b4b8be48a2161a6fd1226a82f | |
parent | 3ce4cc492b610e28395257676b1079ffb02b661e (diff) | |
download | vyos-walinuxagent-d1a9c28d64074c100171c4695c58db79f499ccf4.tar.gz vyos-walinuxagent-d1a9c28d64074c100171c4695c58db79f499ccf4.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 ] + |