Skip to content

Instantly share code, notes, and snippets.

@thatch45
Created February 16, 2012 23:38
Show Gist options
  • Save thatch45/1848800 to your computer and use it in GitHub Desktop.
Save thatch45/1848800 to your computer and use it in GitHub Desktop.
many states, one id
httpd:
pkg:
- installed
service:
- running
- require:
- pkg: httpd
file:
- managed
- name: /etc/httpd/conf/httpd.conf
- source: salt://httpd/httpd.conf
user:
- present
group:
- present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment