install apache2

This commit is contained in:
root 2013-07-27 18:06:22 +00:00
parent d67052aca6
commit 9db611d61e

7
init.sls Normal file
View File

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