Skip to content

Instantly share code, notes, and snippets.

@waynew

waynew/conf.sls Secret

Created December 9, 2015 19:40
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 waynew/b0f4ee4ed32e2fd84200 to your computer and use it in GitHub Desktop.
Save waynew/b0f4ee4ed32e2fd84200 to your computer and use it in GitHub Desktop.
include:
- webserver
/etc/httpd/conf.d/myconf.conf:
file.managed:
- source: salt://files/dev/myconf.conf
httpd:
pkg:
- installed
service:
- running
watch:
- file: /etc/httpd/*
- pkg: mod_ssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment