Issue #13853 has been reported by Brian Pitts.
----------------------------------------
Bug #13853: node clean fails on reports
https://projects.puppetlabs.com/issues/13853
Author: Brian Pitts
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Affected Puppet version: 2.7.12
Keywords:
Branch:
The node clean command failed on the report directory. I expected it to remove
the contents of this directory.
$ sudo puppet node clean example.com
notice: Revoked certificate with serial 1
notice: Removing file Puppet::SSL::Certificate example.com at
'/var/lib/puppet/ssl/ca/signed/example.com.pem'
notice: Removing file Puppet::SSL::Certificate example.com at
'/var/lib/puppet/ssl/certs/example.com.pem'
notice: Removing file Puppet::SSL::Key example.com at
'/var/lib/puppet/ssl/private_keys/example.com.pem'
err: Directory not empty - /var/lib/puppet/reports/example.com
err: Try 'puppet help node clean' for usage
$ sudo rm -r /var/lib/puppet/reports/example.com
$ sudo puppet node clean example.com
notice: Revoked certificate with serial 1
notice: example.com storeconfigs removed
["example.com"]
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.