From: Peter Palfrader Date: Sat, 30 Jun 2012 10:58:57 +0000 (+0200) Subject: and more puppet eww X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2bd7dac7ee73ba48b8b276465668c023147a0896;p=mirror%2Fdsa-puppet.git and more puppet eww --- diff --git a/modules/munin/manifests/init.pp b/modules/munin/manifests/init.pp index 2ae642981..62805de2b 100644 --- a/modules/munin/manifests/init.pp +++ b/modules/munin/manifests/init.pp @@ -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':