install apache2
This commit is contained in:
parent
d67052aca6
commit
9db611d61e
7
init.sls
Normal file
7
init.sls
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apache2:
|
||||||
|
pkg:
|
||||||
|
- installed
|
||||||
|
service:
|
||||||
|
- running
|
||||||
|
- require:
|
||||||
|
- pkg: apache2
|
Loading…
x
Reference in New Issue
Block a user