new ssl cert for packages.qa.debian.org
[mirror/dsa-puppet.git] / modules / munin / manifests / init.pp
index c9b9853..19b563f 100644 (file)
@@ -11,14 +11,12 @@ class munin {
 
        $owner = $::lsbdistcodename ? {
                squeeze => munin,
-               wheezy  => root,
-               undef => munin,
+               default  => root,
        }
 
        $gid = $::lsbdistcodename ? {
                squeeze => adm,
-               wheezy  => 'www-data',
-               undef => adm,
+               default => 'www-data',
        }
 
        file { '/var/log/munin':