From 9db611d61e4d1f16930e2994eca97a34105cb1d0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Jul 2013 18:06:22 +0000 Subject: [PATCH 1/2] install apache2 --- init.sls | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 init.sls diff --git a/init.sls b/init.sls new file mode 100644 index 0000000..1089ab2 --- /dev/null +++ b/init.sls @@ -0,0 +1,7 @@ +apache2: + pkg: + - installed + service: + - running + - require: + - pkg: apache2 From 8c450d3c602a774279d427238e7b4f5171c8d4c0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Jul 2013 18:12:01 +0000 Subject: [PATCH 2/2] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b24a1c3..a59cd21 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ apache ====== + +## init.sls +- Installs apache2 on `ubuntu 12.04`