Make it work with jessie, II
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index 8936206..5f017c9 100644 (file)
@@ -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'