Make it work with jessie, III
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index 5f017c9..b062790 100644 (file)
@@ -7,7 +7,7 @@
 #   include motd
 #
 class motd {
-       if $::lsbmajdistrelease == "testing" or $::lsbmajdistrelease >= 7 {
+       if $::lsbmajdistrelease == "testing/unstable" or $::lsbmajdistrelease >= 7 {
                $fname  = '/etc/update-motd.d/puppet-motd'
                $notify = undef
                $mode   = '0555'