ignore old puppet-common on stretch hosts
[mirror/dsa-puppet.git] / modules / nagios / templates / obsolete-packages-ignore.d-hostspecific.erb
index 9f97d63..d75b95c 100644 (file)
@@ -15,5 +15,9 @@ 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")
 %>