Created
December 23, 2011 16:59
-
-
Save mattray/1514755 to your computer and use it in GitHub Desktop.
shell commands for chef-server cookbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knife cookbook upload apt | |
knife cookbook upload yum | |
knife cookbook upload build-essential | |
knife cookbook upload ucspi-tcp | |
knife cookbook upload erlang | |
knife cookbook upload runit | |
knife cookbook upload bluepill | |
knife cookbook upload daemontools | |
knife cookbook upload couchdb | |
knife cookbook upload apache2 | |
knife cookbook upload nginx | |
knife cookbook upload openssl | |
knife cookbook upload zlib | |
knife cookbook upload xml | |
knife cookbook upload java | |
knife cookbook upload gecode | |
knife cookbook upload chef-server | |
knife role from file chef-server.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "chef-server" | |
description "Role for bootstrapping your Chef Server." | |
override_attributes( | |
"chef_server" => { | |
"url" => "http://larry:4000", | |
"webui_enabled" => true | |
} | |
) | |
run_list( | |
"recipe[chef-server::rubygems-install]" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knife cookbook upload apt | |
knife cookbook upload yum | |
knife cookbook upload build-essential | |
knife cookbook upload ucspi-tcp | |
knife cookbook upload erlang | |
knife cookbook upload runit | |
knife cookbook upload bluepill | |
knife cookbook upload daemontools | |
knife cookbook upload couchdb | |
knife cookbook upload apache2 | |
knife cookbook upload nginx | |
knife cookbook upload openssl | |
knife cookbook upload zlib | |
knife cookbook upload xml | |
knife cookbook upload java | |
knife cookbook upload gecode | |
knife cookbook upload chef-server | |
knife role from file chef-server.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment