Created
October 27, 2010 02:50
-
-
Save densone/648330 to your computer and use it in GitHub Desktop.
shorewall-role
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 "appserver" | |
description "this is a sample chef role for an app server" | |
default_attributes "config" => { | |
"firewall" => { | |
"rules" => ["ACCEPT net fw tcp 80","ACCEPT net fw tcp 8080",ACCEPT net fw tcp 22"] | |
} | |
} | |
run_list( | |
"recipe[ror]", | |
"recipe[shorewall]" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment