Issue #14721 has been updated by Charlie Sharpsteen.

Redmine Issue [#14721](http://projects.puppetlabs.com/issues/14721) has been 
migrated to JIRA:

  <https://tickets.puppetlabs.com/browse/PDB-133>


----------------------------------------
Bug #14721: "puppet node clean" complains about missing sqlite3 lib when using 
PuppetDB as stored configs backend
https://projects.puppetlabs.com/issues/14721#change-101416

* Author: Jason Hancock
* Status: Accepted
* Priority: Normal
* Assignee: Deepak Giridharagopal
* Category: 
* Target version: 
* Keywords: PuppetDB stored configs
* Branch: 
* Affected PuppetDB version: 
----------------------------------------
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 &lt;hostname&gt;", 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 unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to