Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created May 21, 2014 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaloren/3de8e7b2dcd8ff3606eb to your computer and use it in GitHub Desktop.
Save jaloren/3de8e7b2dcd8ff3606eb to your computer and use it in GitHub Desktop.
install_apache:
pkg:
- installed
- name: httpd
start_apache:
service:
- running
- name: httpd
- require:
- pkg:
- install_apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment