X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Fmanifests%2Fclient.pp;h=1ff49df9c253d43be6c78eab9a480ed5b47bca21;hb=43c810344fe16f9decdeffa3a0a46b47e6d472b5;hp=0a1d98d8a964bc0bb369d98d7d64799d4ba801b3;hpb=41c40c4a9c30480d08813b55fded8e147718f44f;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/manifests/client.pp b/modules/bacula/manifests/client.pp index 0a1d98d8a..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/unstable" and $::lsbmajdistrelease < 7 { + if $::lsbmajdistrelease < 7 { file { '/etc/apt/preferences.d/dsa-bacula-client': content => template('bacula/apt.preferences.bacula-client.erb'), mode => '0444',