Skip to content

Instantly share code, notes, and snippets.

@kuleszaj
Created November 28, 2012 21:43
Show Gist options
  • Save kuleszaj/4164809 to your computer and use it in GitHub Desktop.
Save kuleszaj/4164809 to your computer and use it in GitHub Desktop.
namespace :bootstrap do
task :default do
system("knife bootstrap -d chef-solo -x #{user} --sudo #{server_ip}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment