Issue #13853 has been updated by Patrick Carlisle. Status changed from Unreviewed to Investigating Assignee set to Patrick Carlisle
---------------------------------------- Bug #13853: node clean fails on reports https://projects.puppetlabs.com/issues/13853#change-60159 Author: Brian Pitts Status: Investigating Priority: Normal Assignee: Patrick Carlisle 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.
