diff options
author | Craig Tracey <craigtracey@gmail.com> | 2012-12-14 09:11:29 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-12-14 09:11:29 -0500 |
commit | 2235c05d8dbdd67d026b7219884c3d2e6936d67a (patch) | |
tree | 01122c8d1c6059b2415cd783bbe3c0e24c615008 /ChangeLog | |
parent | 5c5041367a8630543d84a9edf9dd4321f0c69718 (diff) | |
parent | 86301383a1f7ba99435c34a0157076aa7505599c (diff) | |
download | vyos-cloud-init-2235c05d8dbdd67d026b7219884c3d2e6936d67a.tar.gz vyos-cloud-init-2235c05d8dbdd67d026b7219884c3d2e6936d67a.zip |
Provide a mechanism for puppet to be conditionally installed.
Instead of always installing puppet give users the ability to opt-out.
LP: #1090205
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ - fix sudoers writing when entry is a string (LP: #1079002) - tools/write-ssh-key-fingerprints: use '-s' rather than '--stderr' option (LP: #1083715) + - make install of puppet configurable (LP: #1090205) [Craig Tracey] 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |