enable old-style storeconfigs for now
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index b062790..8936206 100644 (file)
@@ -7,7 +7,7 @@
 #   include motd
 #
 class motd {
-       if $::lsbmajdistrelease == "testing/unstable" or $::lsbmajdistrelease >= 7 {
+       if $::lsbmajdistrelease >= 7 {
                $fname  = '/etc/update-motd.d/puppet-motd'
                $notify = undef
                $mode   = '0555'