Just make popularity-contest absent

When it's listed as purged, puppet seems to want to move it from
absent to pursed a lot, which is noise.

Change-Id: I4f24a6c9f85f662ff1af8a9f75525817ba25d6f3
This commit is contained in:
Monty Taylor 2014-03-24 07:11:45 -07:00
parent c7c179904b
commit 3a6674663c

View File

@ -16,7 +16,7 @@ class openstack_project::base(
}
package { 'popularity-contest':
ensure => purged,
ensure => absent,
}
if ($::lsbdistcodename == 'oneiric') {