Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created July 6, 2013 18:36
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 akoumjian/5940806 to your computer and use it in GitHub Desktop.
Save akoumjian/5940806 to your computer and use it in GitHub Desktop.
apache2:
pkg:
- installed
service:
- running
- reload: True
- watch:
- file: /etc/apache2/apache2.conf
- file: /etc/apache2/sites-available/phabricator.conf
/etc/apache2/apache2.conf
file.managed:
- source: salt://apache2/apache2.conf
- require:
- pkg: apache2
/etc/apache2/sites-available/phabricator.conf
file.managed:
- source: salt://apache2/sites-available/phabricator.conf
- require:
- pkg: apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment