diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-03-09 06:26:48 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-03-09 12:53:34 +0000 |
commit | 9ae540509511178a5a8c73e4e1bf2153c76395b5 (patch) | |
tree | 011fad2998fa0358f736c48eceafc435afa3d4f8 | |
parent | 07717afe9a33e9f30ed6ed8be57464033ef1d824 (diff) | |
download | vyos-walinuxagent-9ae540509511178a5a8c73e4e1bf2153c76395b5.tar.gz vyos-walinuxagent-9ae540509511178a5a8c73e4e1bf2153c76395b5.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 ] + |