This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
install apache2
tags/v0.37.4
root
11 years ago
parent
d67052aca6
commit
9db611d61e
1 changed files
with
7 additions
and
0 deletions
Unified View
Show Diff Stats
+7
-0
init.sls
+ 7
- 0
init.sls
View File
apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2
Write
Preview
Loading…
Cancel
Save