summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index f539c9e..af0f11b 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -37,3 +37,12 @@ class munin::snmp_collector
schedule => daily
}
}
+
+define munin::apache_site()
+{
+ apache::site {
+ $name:
+ ensure => present,
+ content => template("munin/site.conf")
+ }
+}