From 1e7b51004868a762f577831e686d1b851e2b08c2 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 1 Dec 2009 13:33:36 -0500 Subject: Add support for Debian; split up package defaults and create new nagios::default resource; add support for lighttpd and headless httpd configurations; move common commands definitions into nagios::commands --- manifests/lighttpd.pp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 manifests/lighttpd.pp (limited to 'manifests/lighttpd.pp') diff --git a/manifests/lighttpd.pp b/manifests/lighttpd.pp new file mode 100644 index 0000000..27aff43 --- /dev/null +++ b/manifests/lighttpd.pp @@ -0,0 +1,4 @@ +class nagios::lighttpd { + $nagios_httpd = 'lighttpd' + include nagios +} -- cgit v1.2.3