apache-formula/init.sls
2013-07-27 18:06:22 +00:00

8 lines
96 B
Plaintext

apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2