Re: [Puppet Users] Deprecating PostgreSQL versions 8.4 for use with PuppetDB

2013-01-03 Thread Matthias Viehweger
Hi deepak! Coming from the ruby/rails community this is an super friendly ahead-of-time deprecation idea notice.. On Wed, Jan 02, 2013 at 02:21:21PM -0800, Deepak Giridharagopal wrote: Hello! We'd like to deprecate some fairly old and crusty PostgreSQL versions (anything older than 8.4) for

[Puppet Users] Re: inspect resources that are already added to a manifest

2013-01-03 Thread Luke Bigum
On Wednesday, January 2, 2013 3:51:37 PM UTC, jcbollinger wrote: On Saturday, December 22, 2012 12:20:10 PM UTC-6, Luke Bigum wrote: Hi all, Does anyone know of a way to inspect resources that are already parsed in a node's manifest during catalog compilation? This would certainly need

[Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
When having more than one process... ps faux | grep puppet master | grep -v grep puppet5100 92.0 2.7 427180 329728 ? Rsl 09:22 119:27 /usr/bin/ruby /usr/bin/puppet master puppet 11957 99.9 1.6 300168 200224 ? R10:07 83:53 \_ /usr/bin/ruby /usr/bin/puppet master

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread R.I.Pienaar
- Original Message - From: a...@gmx.de To: puppet-users@googlegroups.com Sent: Thursday, January 3, 2013 10:36:35 AM Subject: [Puppet Users] Re: puppet master keeps spawning new child processes When having more than one process... ps faux | grep puppet master | grep -v grep

[Puppet Users] Re: Puppet and installing packages from source

2013-01-03 Thread magic . rh
I understand the points you mentioned, but as long as software is still being distributed as source packages I think it should be supported at some level by Puppet. That being said, I'm off to learn some packaging techniques. Thanks for all the help. Magic. On Wednesday, January 2, 2013

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
Am Donnerstag, 3. Januar 2013 11:41:21 UTC+1 schrieb R.I. Pienaar: - Original Message - From: al...@gmx.de javascript: To: puppet...@googlegroups.com javascript: Sent: Thursday, January 3, 2013 10:36:35 AM Subject: [Puppet Users] Re: puppet master keeps spawning new child

Re: [Puppet Users] Re: Puppet and installing packages from source

2013-01-03 Thread R.I.Pienaar
- Original Message - From: magic rh magic...@gmail.com To: puppet-users@googlegroups.com Sent: Thursday, January 3, 2013 10:52:55 AM Subject: [Puppet Users] Re: Puppet and installing packages from source I understand the points you mentioned, but as long as software is still

Re: [Puppet Users] Puppet cloud provisioning and VMware mac address allocation?

2013-01-03 Thread mbianco
Thanks Ohad - much appreciated - I will have a look into that! M. On Sunday, December 30, 2012 7:37:05 PM UTC, ohad wrote: On Sun, Dec 30, 2012 at 7:58 PM, mbi...@edrans.com javascript: wrote: Hi all, I've been working on fully automating the VM provisioning for some months now and

[Puppet Users] How to automate agent installation on nodes

2013-01-03 Thread Nilesh
Hello Everyone Can anyone please let me know once I am done with VM provisioing with vmware how to allocate hostname and install puppet agent on that node automatically. Thanks :) -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
After monitoring the Father process a bit more I realized that it often happens that new processes are created - usually they don't live long. strace -f -v -p 5100 -o /tmp/strace.5100.log Process 5100 attached with 2 threads - interrupt to quit Process 18702 detached Process 19996 attached

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread Brian Lalor
On Jan 3, 2013, at 5:39 AM, a...@gmx.de wrote: Any other idea about how to find out what process 11957 actually is doing? There's another flag to strace, -f, if I recall correctly, that will follow forks of children. -- You received this message because you are subscribed to the Google

[Puppet Users] Re: Error on building basic agent-master

2013-01-03 Thread Balasubramaniam Natarajan
I found a work around for the same, I reverted to the earliest snapshot which I took when I imported the learning puppet VM and set the date to current date and time for making the SSL certificate valid. Then is started to work. On Wed, Jan 2, 2013 at 5:37 AM, Balasubramaniam Natarajan

[Puppet Users] Failed when searching for node some agent: Failed to find some agent via exec: Execution of '/usr/share/puppet-dashboard/bin/external_node some agent

2013-01-03 Thread alcc
Seeing this a lot lately, restarting puppet master service usually resolves it: Jan 3 13:17:01 puppet master puppet-master[24120]: (//some agent/Puppet) Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node some agent: Failed to find some agent

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
There's another flag to strace, -f, if I recall correctly, that will follow forks of children. straced father process (pid 14850) using -f, caught the moment when a process was spawned that didn't go away and stayed at 100% cpu load (pid 18915). It's a lot output so I grep'ed for child

Re: [Puppet Users] How to automate agent installation on nodes

2013-01-03 Thread Dan White
What do you use to provision ? I am still working with non-virtual servers and I use Cobbler to install / configure Puppet “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin Hobbes)

[Puppet Users] Re: file copy, multiple ignore doesn't work

2013-01-03 Thread jcbollinger
On Wednesday, January 2, 2013 3:17:39 PM UTC-6, iamauser wrote: I am trying the following to recursively copy a dir while ignoring things like .hg and a few others. file { /etc/work-related-dir : source = /path/to/masterfiles/work-related-dir, recurse = 'inf',

[Puppet Users] Re: inspect resources that are already added to a manifest

2013-01-03 Thread jcbollinger
On Thursday, January 3, 2013 4:08:54 AM UTC-6, Luke Bigum wrote: I'm taking shortcuts in my spare time with a tool that's probably 70% right for the job. It's for monitoring - I really like the idea of a Puppet module to describe or advertise how to monitor itself, it keeps them very

[Puppet Users] Exec command timeout

2013-01-03 Thread Anthony BRODARD
Hi list, I've writed this module to deploy the public key of our debian repository : file { /etc/apt/repos-public.key: ensure = present, mode = 440, owner = root, group = root, source = puppet://puppet/apt/repos-public.key, notify =

[Puppet Users] Configuration is not applied notice: Finished catalog run in 0.01 seconds

2013-01-03 Thread Aleksandar Nikolic
Hi guys, I am fairly new to puppet and I am having a problem with one of the clients. I recently installed a new server that should get config from puppet master. All similar servers I recently installed didn't have any problem. I installed puppet agent on the server and sent a sign request.

Re: [Puppet Users] Exec command timeout

2013-01-03 Thread Matt Zagrabelny
Note: I didn't follow this thread from the beginning, so this comment might be out of place. On Thu, Jan 3, 2013 at 8:59 AM, Anthony BRODARD brodard.anth...@gmail.com wrote: Hi list, I've writed this module to deploy the public key of our debian repository : file {

Re: [Puppet Users] Schedule yum update not found

2013-01-03 Thread Miguel Angel Coa Morales
Hello, I resolved the structure inside my init.pp, but the command in the puppet agent fails: [………] Jan 3 12:25:45 mail2 puppet-agent[31902]: (/Stage[main]/Updateso/Exec[yum --exclude=drbd* --exclude=kernel* --exclude=mysql* --exclude=php* update -y]/returns) change from notrun to 0 failed:

Re: [Puppet Users] Exec command timeout

2013-01-03 Thread Anthony BRODARD
Hi Matt, Thanks for your answer. I will try your module, it seems better that mine :) But I don't think that the module is the problem, because it works fine on all the node. Just, I don't know why, it suddenly fail, and works again after reboot. Anthony Le jeudi 3 janvier 2013 16:27:40

[Puppet Users] Re: file copy, multiple ignore doesn't work

2013-01-03 Thread iamauser
When you say you checked Ruby's globbing options, do you mean you actually ran the glob against the target directory using the same Ruby that the master runs on? It should be pretty easy to do that via irb, just to be sure, though I don't actually see a problem with your glob. Since the

Re: [Puppet Users] Re: puppet-dashboard load balanced report processing issues.

2013-01-03 Thread Aaron Grewell
Even an nfs share will not fix this. We tried it. We had to make dashboard active - passive to fix it. Otherwise lots of dashboard errors result which must be cleared via rake task or the dashboard slows to a crawl. On Jan 2, 2013 1:56 PM, jemmorey jor...@obsecurities.com wrote: Looks like there

[Puppet Users] puppetlabs-mysql module

2013-01-03 Thread Darin Perusich
Hello All, I'm never really sure whether to email the maintainers for modules or the list so I figure posting to the list is a good place to start;-) So I've started testing out the puppetlabs-mysql module today and I like what I'm seeing but have a few questions/critiques/concerns regarding the

Re: [Puppet Users] Configuration is not applied notice: Finished catalog run in 0.01 seconds

2013-01-03 Thread Denmat
Hi, First thing I would is check where I think this node is declared and stick a notify there to spit out a message on the run. node nodename { notify {some message and maybe a $var or $::fact } Then use that same kind of message to trace through your code and find out the path your node

Re: [Puppet Users] Re: Puppet 3.0: Not authorized to call find on /file_metadata, more issues?

2013-01-03 Thread Forrie
I see the ChangeLog in 3.0.2 and this bug is still not addressed? Is there a technical problem that is not yet resolved, or is this just a matter of priority and time. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion

[Puppet Users] Announce: Puppet-Dashboard 1.2.17 Available [ Security Release ]

2013-01-03 Thread Moses Mendoza
Puppet Dashboard 1.2.17 is now available. This release of Puppet Dashboard addresses CVE 2012-5664. All users are strongly encouraged to update when possible. CVE-2012-5664 affects Ruby on Rails, specifically in all versions of ActiveRecord. The vulnerability exposes ActiveRecord to arbitrary

[Puppet Users] Rails ActiveRecord vulnerability Puppet legacy storeconfigs [ security ]

2013-01-03 Thread Moses Mendoza
Good day, A security vulnerability has been discovered in Ruby on Rails, specifically in all versions of ActiveRecord. It is assigned CVE-2012-5664. The vulnerability exposes ActiveRecord to arbitrary SQL Injection. CVE details can be found here:

[Puppet Users] Puppet Enterprise hotfixes for ActiveRecord vulnerability [ CVE-2012-5664 ]

2013-01-03 Thread Moses Mendoza
Good day, A security vulnerability has been discovered in Ruby on Rails, specifically in all versions of ActiveRecord. It is assigned CVE-2012-5664. The vulnerability exposes ActiveRecord to arbitrary SQL Injection. CVE details on the vulnerability can be found here:

[Puppet Users] Have Puppet *call* REST APIs

2013-01-03 Thread Rob Johnson
Hi, I hope this is just not my Google-fu lacking, but can you configure Puppet modules to make REST API calls inherently with Puppet? I'm talking about 3rd party REST APIs, not Puppet's API. I'm thinking of rolling my own plugin, but wondered if I'm missing something here. Thanks in

Re: [Puppet Users] How to automate agent installation on nodes

2013-01-03 Thread Nilesh
Thanks for the reply :) I am using vCenter as a provisioing engin . I will try this option and let you know ... On Thursday, January 3, 2013 7:25:01 PM UTC+5:30, Ygor wrote: What do you use to provision ? I am still working with non-virtual servers and I use Cobbler to install /