diff options
author | Ben Howard <ben@prongs> | 2015-07-17 14:24:20 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-17 21:23:35 +0000 |
commit | 52f26f9ca04427c847152c991a76cbc4fd4730cd (patch) | |
tree | 4fcc49ce05e7f76786da4dfba750b44917e76c6d | |
parent | f8cd1d9e3a21f85cf5da53ab38e978e63faa4b83 (diff) | |
download | vyos-walinuxagent-52f26f9ca04427c847152c991a76cbc4fd4730cd.tar.gz vyos-walinuxagent-52f26f9ca04427c847152c991a76cbc4fd4730cd.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 ] + |