From 0e75ef0a2b30bfdfc74a4c18e0ea3f4b86b34e25 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 1 Nov 2008 11:16:54 +0000 Subject: merged with puzzle --- manifests/status.pp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifests/status.pp (limited to 'manifests/status.pp') diff --git a/manifests/status.pp b/manifests/status.pp new file mode 100644 index 0000000..0048a64 --- /dev/null +++ b/manifests/status.pp @@ -0,0 +1,21 @@ +# manifests/status.pp + +class apache::status inherits apache { + case $operatingsystem { + centos: { include apache::status::centos } + defaults: { include apache::status::base } + } + if $use_munin { + include munin::plugins::apache + } +} + +class apache::status::base {} + + +### distribution specific classes + +### centos +class apache::status::centos { + apache::config::file{ 'status.conf': } +} -- cgit v1.2.3