Sha256: 530197ae5938c11c635f3b0f228acf2d64362a89f02ac4d55b1de06f7914a46c
Contents?: true
Size: 598 Bytes
Versions: 20
Compression:
Stored size: 598 Bytes
Contents
name "chef-upgrade" description "Use this role to upgrade Chef clients and server with the Opscode Chef cookbook. Requires that nodes are using chef::client or chef::server recipes." # Update the version number to upgrade Chef to a newer version. # You may need to add an override attribute under 'chef' for 'server_path' # depending on your installation, eg: # "server_path" => "/usr/lib/ruby/gems/1.8/gems/chef-server-0.7.10" # On the line after server_version. Don't forget the comma ;). override_attributes( "chef" => { "client_version"=>"0.7.10", "server_version"=>"0.7.10" } )
Version data entries
20 entries across 20 versions & 1 rubygems