Revert "Make it work with jessie, II"
[mirror/dsa-puppet.git] / modules / munin / manifests / init.pp
index 2522138..19b563f 100644 (file)
@@ -79,7 +79,7 @@ class munin {
        #               ensure => 'absent',
        #       }
        #}
-       if $::lsbmajdistrelease == "testing" or $::lsbmajdistrelease >= 7 {
+       if $::lsbmajdistrelease >= 7 {
                package { 'munin-async':
                        ensure => installed
                }