diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-20 16:35:24 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-20 16:35:24 -0500 |
commit | 6bc6ab24d6ef11c068c609519d0a8fd4b1b6be07 (patch) | |
tree | 7025f99815b1251a2639955235d5992262275004 /config | |
parent | b17a271da699230be8dad5d8c0227a5c7c238503 (diff) | |
download | vyos-cloud-init-6bc6ab24d6ef11c068c609519d0a8fd4b1b6be07.tar.gz vyos-cloud-init-6bc6ab24d6ef11c068c609519d0a8fd4b1b6be07.zip |
support configuration of landscape-client via cloud-config (LP: #857366)
This adds the ability to configure landscape client code from
cloud-config. The fields available are those that were populated to
/etc/landscape/client.conf when I ran landscape-config on precise
('11.07.1.1-0ubuntu2')
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 6329fd7d..45538955 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -19,6 +19,7 @@ cloud_config_modules: - set-passwords - grub-dpkg - apt-update-upgrade + - landscape - timezone - puppet - chef |