Explorar el Código

Edit README according to guidelines.

master
Michael Grosser hace 11 años
padre
commit
4e34ef6b9f
Se han modificado 2 ficheros con 11 adiciones y 0 borrados
  1. +4
    -0
      README.rst
  2. +7
    -0
      init.sls

+ 4
- 0
README.rst Ver fichero

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

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

+ 7
- 0
init.sls Ver fichero

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

Cargando…
Cancelar
Guardar