[Puppet Users] [X-POST][ANN] DevOpsDays India 2013

2013-10-17 Thread vkanakala
Hi all, This year we are hosting third DevOpsDays India in Bangalore on November

Re: [Puppet Users] Re: 'puppet storeconfigs export' killed

2013-10-17 Thread Ken Barber
Roger, Can you raise this as a bug in our bug tracker? http://projects.puppetlabs.com/projects/puppetdb ken. On Wed, Oct 16, 2013 at 9:23 AM, Roger Torrentsgenerós wrote: > > Well I finally did it. > > First thing to do is to specify a timezone to avoid the massive amount of: > > > 17169 stat(

Re: [Puppet Users] Exported resources not in the catalog

2013-10-17 Thread Ken Barber
> I'm trying to use Puppet ability to export and collect resources using > PuppetDB. > My PuppetDB and Puppet Master are running on the same host and I used the > PuppetDB puppet module to install PuppetDB and configure the Puppet master. > > Each time the puppet agent runs on a client, the facts a

Re: [Puppet Users] Exported resources not in the catalog

2013-10-17 Thread Jean-Marc Andre
Le jeudi 17 octobre 2013 10:45:12 UTC+2, Ken Barber a écrit : > > > Can you clarify what you mean by this? And how you determined that? > > Do you mean it no longer runs as part of the catalog it was declared > in? This is expected, unless you are collecting it immediately on the > same node of

[Puppet Users] Re: Nagios & Puppet

2013-10-17 Thread Juan Sierra Pons
El jueves, 27 de junio de 2013 18:07:03 UTC+2, Christian Reiß escribió: > > Hello folks, > > I am currently using Puppet to forge the nagios configuration files. Using > exported ressources it really works well - to a point. > > The one thing I am banging my head against is the service definitions

Re: [Puppet Users] Nagios & Puppet

2013-10-17 Thread Sans
Hi steve, So, you have all the "services" defined statically on the Nagios server? That setup only works, I think, if you install your Nagios server at the very end of your deployment process and all the clients are up and ready before the server. If you do a parallel deployment, then there is

Re: [Puppet Users] exporting custom facts to puppet agents

2013-10-17 Thread Sans
It's strange: whatever I do I can't go past these error. Either it cannot recognize the function or fails with single array error. Still don't understand what I'm missing. Cheers!! On Thursday, October 17, 2013 1:34:26 AM UTC+1, Sans wrote: > > Not sure if it's important: the line number in th

Re: [Puppet Users] Re: Nagios & Puppet

2013-10-17 Thread Gabriel Filion
On 17/10/13 07:44 AM, Juan Sierra Pons wrote: > El jueves, 27 de junio de 2013 18:07:03 UTC+2, Christian Reiß escribió: > The one thing I am banging my head against is the service > definitions. The services use stuff like remote-nrpe-zombie-procs, > which of course, is not defined anyw

Re: [Puppet Users] Sync data between various PuppetDB instances

2013-10-17 Thread Pablo Fernandez
Hi, I tried to upload a full catalog with the command: # curl -vv -G -H "Accept: application/json" 'http://localhost:8080/v2/commands' --data-urlencode payl...@catalog.json Where catalog.json would start with: {"version": 2, "command": "replace catalog", "payload": {"data": {"version ...etc... B

Re: [Puppet Users] Sync data between various PuppetDB instances

2013-10-17 Thread Deepak Giridharagopal
On Thu, Oct 17, 2013 at 9:09 AM, Pablo Fernandez wrote: > Hi, > > I tried to upload a full catalog with the command: > # curl -vv -G -H "Accept: application/json" ' > http://localhost:8080/v2/commands' --data-urlencode payl...@catalog.json > > Where catalog.json would start with: > {"version": 2,

Re: [Puppet Users] Sync data between various PuppetDB instances

2013-10-17 Thread Pablo Fernandez
That worked quite well, thanks!! That's what happens when you copy-paste without understanding everything :) Let me then share with the rest the little script to extract (and hint to insert) a full catalog into another PuppetDB: #!/usr/bin/python # Echo the output to a file (e.g. catalog.json), a

[Puppet Users] Windows 8.1 Puppet Crashing

2013-10-17 Thread Jason Bray
Hello, I've been testing puppet on windows 8.1 to distribute packages across our network. Unfortunately, it appears to crash intermittently. I run the puppet help command from the command line and it works about a quarter of the time. Other times it simply gives no output, which I assume is it

[Puppet Users] Howto install current Version on SLES

2013-10-17 Thread Michael Wörz
Hello, just started with puppet. But the version shipped with Suse Linux Enterprise ist very old and i did not manage to install modules from puppet forge. So i tryed download some packets from buildservice which seemed to work doing basic things, But installed modules from puppet forge caused

Re: [Puppet Users] Howto install current Version on SLES

2013-10-17 Thread Justin Stoller
SUSE Linux Enterprise 11 is a supported PE platform. You can download a demo for it here: http://info.puppetlabs.com/download (good up to 10 nodes) Puppet Enterprise contains an installer that will guide you through setting up Puppet, Facter, MCollective and the Enterprise Console. For more info yo

[Puppet Users] Re: A note on upcoming module metadata improvements

2013-10-17 Thread Ryan Coleman
Forgive me for top-posting cherry-picked responses. I wanted to reply to each of you without hitting the list with 3 emails. Thanks again for the great feedback and support. I can't wait to get it all shipped. On Wed, Oct 16, 2013 at 9:36 AM, Jason Slagle wrote: > > > On 10/16/2013 12:07 PM, Rya

Re: [Puppet Users] Windows 8.1 Puppet Crashing

2013-10-17 Thread Rob Reynolds
Jason, Can you provide details? What version of puppet? MSI or gem? If gem, what version of ruby? Also, can you run something known to fail with --trace --debug --verbose and post the output here? On Thu, Oct 17, 2013 at 11:11 AM, Jason Bray wrote: > Hello, > > I've been testing puppet on win

[Puppet Users] Re: Cannot see node on Live Management

2013-10-17 Thread Rodrigo Pompei
I could find root cause and after that I fixed my problem Root cause was that hour of my Linux servers were differents. Fix: I installed and configured a ntpd service (using puppet :-) ) and after ALL servers are with same hours, they magicly started to apper at Live Management Em sexta-feira,

Re: [Puppet Users] Windows 8.1 Puppet Crashing

2013-10-17 Thread Jason Bray
Of course, sorry. Puppet 3.3.1 installed from an MSI, I believe the ruby version is 1.9.2, but I'm not 100% on that. As for the output, literally it has no output at all. For example C:\Scratch> puppet help --verbose --debug --trace C:\Scratch> With only a moment's delay between the two.

Re: [Puppet Users] Windows 8.1 Puppet Crashing

2013-10-17 Thread Rob Reynolds
Jason, Sorry, I meant applying a catalog or running something that causes puppet to crash in a visible way. Apologies for the miscommunication. On Thu, Oct 17, 2013 at 12:58 PM, Jason Bray wrote: > Of course, sorry. > > Puppet 3.3.1 installed from an MSI, I believe the ruby version is 1.9.2, >

Re: [Puppet Users] puppetmaster foreman and puppetdb with an external ca

2013-10-17 Thread Deepak Giridharagopal
On Sun, Aug 18, 2013 at 10:48 PM, Pete Brown wrote: > Ahh. > I need to get it working before the end of the week so I think I will > switch it to self generated certs and try to get the FreeIPA certs > working later. > > I will submit a bug after I get this new environment setup. > I believe the