Browse Source

Merge pull request #1 from doublerr/master

Initial apache2 install
master
Joseph Hall 11 years ago
parent
commit
aa60d19bcc
2 changed files with 10 additions and 0 deletions
  1. +3
    -0
      README.md
  2. +7
    -0
      init.sls

+ 3
- 0
README.md View File

@@ -1,2 +1,5 @@
apache
======

## init.sls
- Installs apache2 on `ubuntu 12.04`

+ 7
- 0
init.sls View File

@@ -0,0 +1,7 @@
apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2

Loading…
Cancel
Save