Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. name "host1"
  2. description "host role that would run on bootstrap"
  3. run_list [
  4. "recipe[chef-client::delete_validation]",
  5. ]
  6. default_attributes "wrw" => {
  7. :template => { :os=> "centos5.9", :size => "10G", :version => "1.0" },
  8. :offering => { :cores=> "2", :ram => "4G" },
  9. :count => {
  10. "development" => { "wm"=>1 },
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement