Move ca-certificates configs to puppet files for maintainability.
[mirror/dsa-puppet.git] / modules / motd / manifests / init.pp
index 5f017c9..8936206 100644 (file)
@@ -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'