[Puppet Users] Re: storeconfigs + environments issue

2009-08-31 Thread josbal
Ok guys... thanks to the #puppet irc guys, I have been able to fix my problem. Seems as though when downloading mysql gem via "gem install mysql", puppetmaster was not interfacing with mysql server correctly, and therefore not populating the database. So i removed the mysql gem - "gem uninstall

[Puppet Users] Re: storeconfigs + environments issue

2009-08-30 Thread josbal
Does anyone have any suggestions as to why storeconfigs aren't working for me? On Aug 28, 1:44 pm, josbal wrote: > Hey Ohad, > > Does my puppet.conf from my puppetmaster help you? > > Cheers, > Josh > > On Aug 27, 2:53 pm, josbal wrote: > > > Surething... > > > [main] > >     # Where Puppet sto

[Puppet Users] Re: storeconfigs + environments issue

2009-08-27 Thread josbal
Hey Ohad, Does my puppet.conf from my puppetmaster help you? Cheers, Josh On Aug 27, 2:53 pm, josbal wrote: > Surething... > > [main] >     # Where Puppet stores dynamic and growing data. >     # The default value is '/var/puppet'. >     vardir = /var/lib/puppet > >     # The Puppet log direct

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread josbal
Surething... [main] # Where Puppet stores dynamic and growing data. # The default value is '/var/puppet'. vardir = /var/lib/puppet # The Puppet log directory. # The default value is '$vardir/log'. logdir = /var/log/puppet # Where Puppet PID files are kept. # The

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread Ohad Levy
You dont need to run it as root, can you please paste your puppet.conf? cheers, Ohad On Thu, Aug 27, 2009 at 9:40 AM, josbal wrote: > > Why would the permissions / running as root need to change for using > storeconfigs? > > As mentioned before our testing puppet server is configured in the > s

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread josbal
Why would the permissions / running as root need to change for using storeconfigs? As mentioned before our testing puppet server is configured in the same way and didn't have this permissions issue. On Aug 27, 11:32 am, Jason Rojas wrote: > Sounds like you need to run puppetmaster as the root u

[Puppet Users] Re: storeconfigs + environments issue

2009-08-26 Thread Jason Rojas
Sounds like you need to run puppetmaster as the root user or change some file permissions. -Jason On Aug 26, 2009, at 4:58 PM, josbal wrote: > > Hi Guys, > > Im trying to turn on storeconfigs with a mysql db backend. On my > testing server in our lab, i configured this successfully and can s