Skip to content

Commit

Permalink
Merge commit 'jtimberman/cook-98'
Browse files Browse the repository at this point in the history
* commit 'jtimberman/cook-98':
  cook-98 update for chef-257 and add site- for site cookbook rsync
  • Loading branch information
jtimberman committed May 12, 2009
2 parents ca7299b + 17e07c2 commit 614f926
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -85,11 +85,11 @@ task :install => [ :update, :test ] do
puts "* Installing new Cookbooks"
sh "sudo rsync -rlP --delete --exclude '.svn' cookbooks/ #{COOKBOOK_PATH}"
puts "* Installing new Site Cookbooks"
sh "sudo rsync -rlP --delete --exclude '.svn' cookbooks/ #{SITE_COOKBOOK_PATH}"
puts "* Installing new Chef Server Config"
sh "sudo cp config/server.rb #{CHEF_SERVER_CONFIG}"
puts "* Installing new Chef Client Config"
sh "sudo cp config/client.rb #{CHEF_CLIENT_CONFIG}"
sh "sudo rsync -rlP --delete --exclude '.svn' site-cookbooks/ #{SITE_COOKBOOK_PATH}"
# puts "* Installing new Chef Server Config"
# sh "sudo cp config/server.rb #{CHEF_SERVER_CONFIG}"
# puts "* Installing new Chef Client Config"
# sh "sudo cp config/client.rb #{CHEF_CLIENT_CONFIG}"
end

desc "By default, run rake test"
Expand Down

0 comments on commit 614f926

Please sign in to comment.