Revert "ignore old puppet-common on stretch hosts"
[mirror/dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
index d75b95c..9f97d63 100644 (file)
@@ -15,9 +15,5 @@ when /(storace|backuphost).debian.org/ then                    ignore << %w{post
 when /(sompek|stadler).debian.org/ then                        ignore << %w{libsbuild-perl buildd sbuild}
 end
 
-if @lsbmajdistrelease >= '9'
-ignore << %w{puppet-common}
-end
-
 ignore.flatten.join("\n")
 %>