Skip to content

Commit

Permalink
bump chef version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 23, 2009
1 parent a78d66f commit aee1707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/chef-upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# 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.8"
# "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.8",
"server_version"=>"0.7.8"
"client_version"=>"0.7.10",
"server_version"=>"0.7.10"
}
)

0 comments on commit aee1707

Please sign in to comment.