Guest User

Untitled

a guest
Jun 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. name "appserver"
  2. description "this is a sample chef role for an app server"
  3. default_attributes "config" => {
  4. "firewall" => {
  5. "rules" => ["ACCEPT net fw tcp 80","ACCEPT net fw tcp 8080",ACCEPT net fw tcp 22"]
  6. }
  7. }
  8. run_list(
  9. "recipe[ror]",
  10. "recipe[shorewall]"
  11.  
  12. )
Add Comment
Please, Sign In to add comment