[Puppet Users] Have puppet store updated facts in couchdb without updating configuration

2012-07-06 Thread ZJE
We have a test puppet environment where we use couchDB as a facts terminus. We are thinking of using facter+couch as our new inventory system and would like to be able to pull inventory without having to resolve puppet configurations on our servers (we have very strict change management procedu

Re: [Puppet Users] Have puppet store updated facts in couchdb without updating configuration

2012-07-06 Thread Dan Bode
On Fri, Jul 6, 2012 at 9:01 AM, ZJE wrote: > We have a test puppet environment where we use couchDB as a facts > terminus. We are thinking of using facter+couch as our new inventory system > and would like to be able to pull inventory without having to resolve > puppet configurations on our serve

Re: [Puppet Users] Have puppet store updated facts in couchdb without updating configuration

2012-07-11 Thread ZJE
Thanks! That did the trick (and went to the configured couchDB) In case anyone comes across this later, I needed to also setup ACLs for /facts (http://docs.puppetlabs.com/guides/rest_auth_conf.html) I added this ACL above the default "path /" --- path /facts method save auth any allow * --- O