X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmotd%2Fmanifests%2Finit.pp;h=8936206439d406bb16f77436477f963d5c2eee11;hb=3c2f2bbb9096b574da842b3c598b87bf9a8a3456;hp=5f017c912950d404ed3a253911735d98ec347194;hpb=2ff27487c60b5ef050465fcc9ad7359bcf3af0af;p=mirror%2Fdsa-puppet.git diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index 5f017c912..893620643 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -7,7 +7,7 @@ # include motd # class motd { - if $::lsbmajdistrelease == "testing" or $::lsbmajdistrelease >= 7 { + if $::lsbmajdistrelease >= 7 { $fname = '/etc/update-motd.d/puppet-motd' $notify = undef $mode = '0555'