Created
June 23, 2014 19:45
-
-
Save ryan-lane/b115aa455d07ad2dd98b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Apache | |
Ensure apache packages are installed: | |
pkg.installed: | |
- pkgs: | |
- apache2 | |
- apache2-utils | |
- libapache2-mod-wsgi | |
Ensure apache is stopped on install: | |
cmd.wait: | |
- name: 'service apache2 stop' | |
- watch_in: | |
- pkg: Ensure apache packages are installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment