]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and more puppet eww
authorPeter Palfrader <peter@palfrader.org>
Sat, 30 Jun 2012 10:58:57 +0000 (12:58 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 30 Jun 2012 10:58:57 +0000 (12:58 +0200)
modules/munin/manifests/init.pp

index 2ae6429815176be7c5c16358ee61eeae488c5090..62805de2b2872ba1e6d41480aa9f8cb3f3d07fd7 100644 (file)
@@ -11,12 +11,14 @@ class munin {
 
        $owner = $::lsbdistcodename ? {
                squeeze => munin,
-               wheezy  => root
+               wheezy  => root,
+               undef => munin,
        }
 
        $gid = $::lsbdistcodename ? {
                squeeze => adm,
                wheezy  => 'www-data',
+               undef => adm,
        }
 
        file { '/var/log/munin':