X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=1ff49df9c253d43be6c78eab9a480ed5b47bca21;hb=3c2f2bbb9096b574da842b3c598b87bf9a8a3456;hp=4e7592532f4a511954a4cc4ec0a106fe0b5e955b;hpb=2ff27487c60b5ef050465fcc9ad7359bcf3af0af;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 4e7592532..1ff49df9c 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 != "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',