Skip to content

Instantly share code, notes, and snippets.

@jaloren
Created May 21, 2014 01:57
Show Gist options
  • Save jaloren/f0ee90b46d778fd80d81 to your computer and use it in GitHub Desktop.
Save jaloren/f0ee90b46d778fd80d81 to your computer and use it in GitHub Desktop.
1.install_apache:
2. pkg:
3. - installed
4. - name: httpd
5.start_apache:
6. service:
7. - running
8. - name: httpd
9. - require:
10. - pkg:
11. - install_apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment