diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-12-15 20:12:11 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-12-15 20:12:11 -0500 |
commit | 3b37e40202143b6acafff5a5bb3dba233b91821f (patch) | |
tree | 5f00f15cb609a1add7b2a039eb2ba493b4736846 /ChangeLog | |
parent | 2235c05d8dbdd67d026b7219884c3d2e6936d67a (diff) | |
parent | cbd1ca764ed265460c3a79729a27ca8e3841390c (diff) | |
download | vyos-cloud-init-3b37e40202143b6acafff5a5bb3dba233b91821f.tar.gz vyos-cloud-init-3b37e40202143b6acafff5a5bb3dba233b91821f.zip |
Add 'omnibus' install mode for chef
This adds 'omnibus' to the values supported for chef's "omnibus_url" config
option. It also:
* makes 'omnibus_url' configurable in cloud-config.
* adds a 'force_install' flag, to allow the install code to
act even if /usr/bin/chef-client is already present.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ - tools/write-ssh-key-fingerprints: use '-s' rather than '--stderr' option (LP: #1083715) - make install of puppet configurable (LP: #1090205) [Craig Tracey] + - support omnibus installer for chef [Anatoliy Dobrosynets] 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |