]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/bacula/manifests/client.pp
Make it work with jessie, III
[dsa-puppet.git] / modules / bacula / manifests / client.pp
index 4e7592532f4a511954a4cc4ec0a106fe0b5e955b..0a1d98d8a964bc0bb369d98d7d64799d4ba801b3 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 != "testing/unstable" and $::lsbmajdistrelease < 7 {
                file { '/etc/apt/preferences.d/dsa-bacula-client':
                        content => template('bacula/apt.preferences.bacula-client.erb'),
                        mode    => '0444',