Browse Source

install apache2

tags/v0.37.4
root 11 years ago
parent
commit
9db611d61e
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      init.sls

+ 7
- 0
init.sls View File

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

Loading…
Cancel
Save