Initial apache2 install
@ -1,2 +1,5 @@
apache
======
## init.sls
- Installs apache2 on `ubuntu 12.04`
@ -0,0 +1,7 @@
apache2:
pkg:
- installed
service:
- running
- require:
- pkg: apache2
The note is not visible to the blocked user.