summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-05-27 23:04:05 +0200
committermh <mh@immerda.ch>2013-05-27 23:04:57 +0200
commiteb8089cd99b9aacdb6af9da4704dce3a3ef7d299 (patch)
tree3235ff51e115e189e401817b326c374381001d06 /manifests/host.pp
parenta5ce0a9317fc5dd5228cff4c5b6d36366c17b6d5 (diff)
parent35107f366832d4084ccebc0b00e77d7866f29aed (diff)
Merge remote-tracking branch 'githubmirror/master'
Integrate the changes in other changes I already merged. Conflicts: README manifests/host/cgi.pp
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 05dcb5e..007c43a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -4,6 +4,7 @@
class munin::host(
$cgi_graphing = false,
+ $cgi_owner = 'os_default',
$export_tag = 'munin'
) {
package {"munin": ensure => installed, }
@@ -30,7 +31,9 @@ class munin::host(
include munin::plugins::muninhost
if $munin::host::cgi_graphing {
- include munin::host::cgi
+ class {'munin::host::cgi':
+ owner => $cgi_owner,
+ }
}
# from time to time we cleanup hanging munin-runs