Issue #14721 has been reported by Jason Hancock.
----------------------------------------
Bug #14721: "puppet node clean" complains about missing sqlite3 lib when using
PuppetDB as stored configs backend
https://projects.puppetlabs.com/issues/14721
Author: Jason Hancock
Status: Unreviewed
Priority: Normal
Assignee: Deepak Giridharagopal
Category:
Target version:
Affected Puppet version: 2.7.14
Keywords: PuppetDB stored configs
Branch:
When using PuppetDB as the stored configurations backend(snippet from
puppet.conf):
<pre>
[master]
storeconfigs = true
storeconfigs_backend = puppetdb
</pre>
And then performing a "puppet node clean <hostname>", puppet complains
about a missing sqlite3 library, but since we're using PuppetDB as the backend,
it really shouldn't matter that I don't have the sqlite3 gem installed. The
exact error message is:
<pre>
> puppet node clean node.example.com
notice: Revoked certificate with serial 81
notice: Removing file Puppet::SSL::Certificate node.example.com at
'/var/lib/puppet/ssl/ca/signed/node.example.com.pem'
notice: Removing file Puppet::SSL::Certificate node.example.com at
'/var/lib/puppet/ssl/certs/node.example.com.pem'
err: no such file to load -- sqlite3
err: Try 'puppet help node clean' for usage
</pre>
Even though it complains, it does actually appear to clean up the node from
PuppetDB, so this is more of an annoyance than anything.
--
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.