Re: [Puppet Users] What do YOU do to catch undefined variables

2013-05-12 Thread Pete Brown
On 11 May 2013 06:43, David Schmitt wrote: > On 10.05.2013 17:08, Nikola Petrov wrote: > >> +1 >> >> The vim plugin is the best you can find if you are already proficient >> in vim somewhat. I use it in conjuction with >> https://github.com/SirVer/**ultisnipsa

Re: [Puppet Users] is there a way to find an agent in which node by puppetdb api

2013-05-12 Thread yorks
yes, I want to find 'app3.example.com' in which define node. pool for my english. I will show you the bash: [yorks@app3 ~]$ fgrep -A 2 \[agent\] /etc/puppet/puppet.conf [agent] classfile = $vardir/classes.txt [yorks@app3 puppet]$ head -n 2 classes.txt settings appd.example.com I want to find t

[Puppet Users] How to restart Apache server instances (running on nodes) with Puppet & MCollective ?

2013-05-12 Thread Shreejit Nair
Hello All, I am new to puppet and mcollective, so need help from you guys to work on it. I am using open source version of mcollective and puppet. and I am using RHEL as operating system on my servers. I have installed mcollective and have installed puppet agent (on nodes) and I am able to run

Re: [Puppet Users] 2.7 -> 3.1 upgrade path?

2013-05-12 Thread Dan White
You might wish to include the "--noop" option while testing to prevent an unwanted change. “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) - Original Message - From

Re: [Puppet Users] 2.7 -> 3.1 upgrade path?

2013-05-12 Thread William Van Hevelingen
Hi Bruce, What we did was bring up a second puppetmaster with puppetdb and started testing clients against it. Generate a cert on the old puppetmaster and give it to the new one so that it is trusted by the clients. You will want to specify the ca_server on the new puppetmaster to be the old puppe