summaryrefslogtreecommitdiff
path: root/manifests/lighttpd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-06-28 19:28:27 +0200
committermh <mh@immerda.ch>2010-06-28 19:28:27 +0200
commitc25c57f3945a7edf66bedaa34fa4af62a803d174 (patch)
tree863c61e2de0c258c859527e14e86b47ffd8f0bb1 /manifests/lighttpd.pp
parent77f601607093b7fb22f3498574d0dedd2cbe01d9 (diff)
parent5d5ec8c28d0fe39359af8db159b14faeae397e1f (diff)
merge with lavamind
Diffstat (limited to 'manifests/lighttpd.pp')
-rw-r--r--manifests/lighttpd.pp4
1 files changed, 4 insertions, 0 deletions
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
+}