mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
install apache2
This commit is contained in:
parent
d67052aca6
commit
9db611d61e
1 changed files with 7 additions and 0 deletions
7
init.sls
Normal file
7
init.sls
Normal file
|
@ -0,0 +1,7 @@
|
|||
apache2:
|
||||
pkg:
|
||||
- installed
|
||||
service:
|
||||
- running
|
||||
- require:
|
||||
- pkg: apache2
|
Loading…
Add table
Reference in a new issue