Edit README according to guidelines.

This commit is contained in:
Michael Grosser 2013-07-27 20:27:03 +02:00
commit 4e34ef6b9f
2 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,6 @@
apache 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