Browse Source

Edit README according to guidelines.

tags/v0.37.4
Michael Grosser 11 years ago
parent
commit
4e34ef6b9f
2 changed files with 11 additions and 0 deletions
  1. +4
    -0
      README.rst
  2. +7
    -0
      init.sls

+ 4
- 0
README.rst View File

@@ -1,2 +1,6 @@
apache
=====

init.sls
-----
- Installs apache2 on `ubuntu 12.04`

+ 7
- 0
init.sls View File

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

Loading…
Cancel
Save