X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=4e7592532f4a511954a4cc4ec0a106fe0b5e955b;hb=2d2d25eb5b5c376c5f73551fa11f5acaf866a60d;hp=1ff49df9c253d43be6c78eab9a480ed5b47bca21;hpb=b5643329942ff7a0236c3da65725fb50f2ad21d8;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 1ff49df9c..4e7592532 100644 --- a/modules/bacula/manifests/client.pp +++ b/modules/bacula/manifests/client.pp @@ -48,7 +48,7 @@ class bacula::client inherits bacula { require => Package['bacula-fd'], notify => Service['bacula-fd'], } - if $::lsbmajdistrelease < 7 { + if $::lsbmajdistrelease != "testing" and $::lsbmajdistrelease < 7 { file { '/etc/apt/preferences.d/dsa-bacula-client': content => template('bacula/apt.preferences.bacula-client.erb'), mode => '0444',