X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fmotd%2Fmanifests%2Finit.pp;h=5f017c912950d404ed3a253911735d98ec347194;hb=2d2d25eb5b5c376c5f73551fa11f5acaf866a60d;hp=8936206439d406bb16f77436477f963d5c2eee11;hpb=b5643329942ff7a0236c3da65725fb50f2ad21d8;p=dsa-puppet.git diff --git a/modules/motd/manifests/init.pp b/modules/motd/manifests/init.pp index 89362064..5f017c91 100644 --- a/modules/motd/manifests/init.pp +++ b/modules/motd/manifests/init.pp @@ -7,7 +7,7 @@ # include motd # class motd { - if $::lsbmajdistrelease >= 7 { + if $::lsbmajdistrelease == "testing" or $::lsbmajdistrelease >= 7 { $fname = '/etc/update-motd.d/puppet-motd' $notify = undef $mode = '0555'