summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 0992d2b..007c43a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -4,7 +4,7 @@
class munin::host(
$cgi_graphing = false,
- $cgi_owner = 'apache',
+ $cgi_owner = 'os_default',
$export_tag = 'munin'
) {
package {"munin": ensure => installed, }