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