diff options
| author | Scott Moser <smoser@ubuntu.com> | 2011-12-21 08:56:35 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2011-12-21 08:56:35 -0500 |
| commit | 354854c3a84b586f80da3da7691c3831fa3d7204 (patch) | |
| tree | 002bcb60fbe9490951c5d7fe15ed99df1694e29b /config | |
| parent | 7b6da6936cdf690598b6ed16f5c5c254dca19e39 (diff) | |
| parent | 64b80e08bc61554e22606edd4153070bcdd18089 (diff) | |
| download | vyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.tar.gz vyos-cloud-init-354854c3a84b586f80da3da7691c3831fa3d7204.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')
LP: #857366
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 |
