Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name "host1"
- description "host role that would run on bootstrap"
- run_list [
- "recipe[chef-client::delete_validation]",
- ]
- default_attributes "wrw" => {
- :template => { :os=> "centos5.9", :size => "10G", :version => "1.0" },
- :offering => { :cores=> "2", :ram => "4G" },
- :count => {
- "development" => { "wm"=>1 },
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement