Browse Source

Move init.sls changes into new file.

master
Michael Grosser 11 years ago
parent
commit
20834e1ef4
2 changed files with 7 additions and 7 deletions
  1. +7
    -0
      apache/init.sls
  2. +0
    -7
      init.sls

+ 7
- 0
apache/init.sls View File

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

+ 0
- 7
init.sls View File

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

Loading…
Cancel
Save