Skip to content

Instantly share code, notes, and snippets.

@erlingwl
Created April 18, 2012 18:27
Show Gist options
  • Select an option

  • Save erlingwl/2415634 to your computer and use it in GitHub Desktop.

Select an option

Save erlingwl/2415634 to your computer and use it in GitHub Desktop.
Chef webserver role
name "webserver"
description "Systems that serve HTTP"
run_list(
"recipe[chef-client]",
"recipe[ssh_known_hosts]",
"recipe[apt]",
"recipe[git]",
"recipe[nginx]",
"recipe[unicorn]"
)
default_attributes()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment