Explorar el Código

Merge pull request #4 from doublerr/master

add platform logic for pkg install
tags/v0.37.4
Thomas S Hatch hace 11 años
padre
commit
eafd1e0a32
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. +6
    -3
      apache/init.sls

+ 6
- 3
apache/init.sls Ver fichero

@@ -1,7 +1,10 @@
apache2:
pkg:
{% if grains['os_family'] == 'Debian' %}
pkg:
- installed
service:
{% endif %}
service:
- running
- endable: True
- require:
- pkg: apache2
- pkg: apache2

Cargando…
Cancelar
Guardar