diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-11-09 11:38:11 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-11-09 19:14:12 +0000 |
commit | d55170e390ff37e8a976eceb31b7721bf4f126ac (patch) | |
tree | 24228e3c5198bc91043bab4cb3ec9e544195b206 | |
parent | 04946cba49f19c0b6b876bccdbb36d47334af002 (diff) | |
download | vyos-walinuxagent-d55170e390ff37e8a976eceb31b7721bf4f126ac.tar.gz vyos-walinuxagent-d55170e390ff37e8a976eceb31b7721bf4f126ac.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 ] + |