apache-formula/apache/init.sls
2013-07-27 19:59:10 +00:00

11 lines
166 B
Plaintext

apache2:
{% if grains['os_family'] == 'Debian' %}
pkg:
- installed
{% endif %}
service:
- running
- endable: True
- require:
- pkg: apache2