Explorar el Código

install apache2

master
root hace 11 años
padre
commit
9db611d61e
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      init.sls

+ 7
- 0
init.sls Ver fichero

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

Cargando…
Cancelar
Guardar