Revert "Make it work with jessie, II"
[mirror/dsa-puppet.git] / modules / bacula / manifests / client.pp
index 4e75925..1ff49df 100644 (file)
@@ -48,7 +48,7 @@ class bacula::client inherits bacula {
                require => Package['bacula-fd'],
                notify  => Service['bacula-fd'],
        }
-       if $::lsbmajdistrelease != "testing" and $::lsbmajdistrelease < 7 {
+       if $::lsbmajdistrelease < 7 {
                file { '/etc/apt/preferences.d/dsa-bacula-client':
                        content => template('bacula/apt.preferences.bacula-client.erb'),
                        mode    => '0444',