summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Tracey <craigtracey@gmail.com>2012-12-14 09:11:29 -0500
committerScott Moser <smoser@ubuntu.com>2012-12-14 09:11:29 -0500
commit2235c05d8dbdd67d026b7219884c3d2e6936d67a (patch)
tree01122c8d1c6059b2415cd783bbe3c0e24c615008 /ChangeLog
parent5c5041367a8630543d84a9edf9dd4321f0c69718 (diff)
parent86301383a1f7ba99435c34a0157076aa7505599c (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbfd3385..4d0ed3a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)