Merge pull request #1 from doublerr/master

Initial apache2 install
This commit is contained in:
Joseph Hall 2013-07-27 11:14:37 -07:00
commit aa60d19bcc
2 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,5 @@
apache
======
## init.sls
- Installs apache2 on `ubuntu 12.04`

7
init.sls Normal file
View File

@ -0,0 +1,7 @@
apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2