puppet-purge icon indicating copy to clipboard operation
puppet-purge copied to clipboard

A metatype for purging Puppet resources.

Results 7 puppet-purge issues
Sort by recently updated
recently updated
newest added

while attempting removing 'unmanaged' cron entries, module recognizes those, but fails to remove how to reproduce: ``` # crontab -u user -l 0 0 * * * /bin/echo test ```...

I think this just needs an update to metadata.json for puppet7 support, but that should probably be tested....

Hi! I've multiple gems installed and would like to purge all of them except for the latest: ```puppet package { 'r10k': ensure => '3.15.0', provider => 'puppet_gem', } purge {...

The `purge` type isn't compatible with types defined through the [Puppet Resource API](https://puppet.com/docs/puppet/6.0/about_the_resource_api.html), because that API's [Puppet::ResourceApi::ResourceShim](https://github.com/puppetlabs/puppet-resource_api/blob/master/lib/puppet/resource_api/glue.rb) class doesn't implement `to_hash` for some reason. Personally, I think this should be...

I am trying to purge users - but unfortunately all users from LDAP - is also within the list of users it wants to try to remove.. I wanted to...

Hi Craig, in a maybe very special usecase, I would like to use puppet to manage certain software, e.g. IrfanView, on windows clients. Since the clients are already in place,...