From 1194d183efb1395b91c5433b2878f7908a24c78f Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Fri, 21 Feb 2014 14:46:38 -0500 Subject: enable status module on debian --- manifests/status.pp | 1 + manifests/status/debian.pp | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 manifests/status/debian.pp diff --git a/manifests/status.pp b/manifests/status.pp index 1f7ca89..c507013 100644 --- a/manifests/status.pp +++ b/manifests/status.pp @@ -3,6 +3,7 @@ class apache::status { case $::operatingsystem { centos: { include apache::status::centos } + debian: { include apache::status::debian } defaults: { include apache::status::base } } if $apache::manage_munin { diff --git a/manifests/status/debian.pp b/manifests/status/debian.pp new file mode 100644 index 0000000..678bc44 --- /dev/null +++ b/manifests/status/debian.pp @@ -0,0 +1,3 @@ +class apache::status::debian { + ::apache::debian::module { 'status': } +} -- cgit v1.2.3