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 + 1 file changed, 1 insertion(+) (limited to 'manifests/status.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 { -- cgit v1.2.3