Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
salt
/
apache-formula
forkeado de
ExternalMirrors/apache-formula
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Edit README according to guidelines.
master
Michael Grosser
hace 11 años
padre
d64793f7c1
aa60d19bcc
commit
4e34ef6b9f
Se han
modificado 2 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+4
-0
README.rst
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar