Re: [Puppet Users] migrating to new puppet servers

2011-08-31 Thread Naresh V
. I find certificates endlessly confusing - can you please spell this out in detail? http://www.masterzen.fr/2010/11/14/puppet-ssl-explained/ Thanks, Jonathan -Naresh V. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] Puppet Guideline : for file service to puppet client

2011-07-05 Thread Naresh V
this? After moving away from WEBrick (default), see http://groups.google.com/group/puppet-users/msg/643782eec6c899d6 -Naresh V. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com

Re: [Puppet Users] How do you distribute ruby-augeas for ruby-entreprise?

2011-03-15 Thread Naresh V
(or even make a default gem2rpm template with that) (customise as much as you want) and build your RPMs. (relevant: http://zeusville.wordpress.com/2010/11/05/gem2rpm-and-development-deps/ ) -Naresh V. -- You received this message because you are subscribed to the Google Groups Puppet Users group

Re: [Puppet Users] A ruby question, about arrays

2011-03-12 Thread Naresh V
= { uiso-scanner.example.com = 192.168.151.21, uiso-scanner1.example.com = 192.168.18.37, } % if uiso_scanners -% # Allow communication with UISO scanners % uiso_scanners.keys.each do |host| -% -A RH-Firewall-1-INPUT -s %= uiso_scanners[host] % -j ACCEPT % end -% % end -% -Naresh

Re: [Puppet Users] Re: err: Could not request certificate: Error 400 on SERVER: error too long

2011-03-09 Thread Naresh V
isolating it) Something else = trying to run another instance of puppetmaster on the same machine (and same confdir / moduledir but different rundir). And for some reason the CSR for my new host ended up being 0 bytes. Removing that and re-requesting the cert worked. Sorry for the false alarm ^^ -Naresh

[Puppet Users] err: Could not request certificate: Error 400 on SERVER: error too long

2011-03-02 Thread Naresh V
-2.6.4-0.7.el5 puppet-server-2.6.4-0.7.el5 Mar 2 14:26:29 puppet puppet-master[21312]: header too long #-(0) puppetca -l err: Could not call list: header too long How can I fix this? -Naresh V. P.S.: The RPMs are from tmz's repo. -- You received this message because you are subscribed

[Puppet Users] Re: err: Could not request certificate: Error 400 on SERVER: error too long

2011-03-02 Thread Naresh V
Hi again, A couple of quick updates: - I upgraded my server and client to 2.6.6-rc1 (again from tmz's repo) and the problem still persists. - I run the master behind nginx and via unicorn. Quick revert to WEBrick showed the same problem. -Naresh V. On 2 March 2011 21:17, Naresh V nares

Re: [Puppet Users] can we choose which inteface defines the $ipaddress fact?

2011-02-08 Thread Naresh V
On 8 February 2011 07:44, Gabriel Filion lelu...@gmail.com wrote: [...] Is there a way to force facter to chose a specific interface for the ipaddress value? Hi, I was wondering *when* would this part of the ipaddress.rb fact code would be used: --(0) tail -20

Re: [Puppet Users] What the??? Failing dependancies and not sure why...

2011-01-21 Thread Naresh V
On 21 January 2011 22:35, Peter Berghold salty.cowd...@gmail.com wrote: Observe the following code sniget: [...]     file {         nagios-ssh-key :             path = /home/nagios/.ssh/authorized_keys,             owner = nagios, group = nagios, mode = 0600,             source =

Re: [Puppet Users] Nested Class

2010-12-27 Thread Naresh V
xinetd and xinetd::xinetd::telnet? I think you want: class xinetd { ... class telnet { ... } ... } (which gives you xinetd and xinetd::telnet) -Naresh V. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email

Re: [Puppet Users] Developing functions

2010-12-01 Thread Naresh V
that option, puppet helpfully ignores the error and presents the older version of the manifest to you resulting in exactly the symptoms you are complaining about. -- Why not use a pre-commit syntax check hook (in case you're using SVN/Git too? -Naresh V. -- You received this message because you

Re: [Puppet Users] 2.6.3 RPM's

2010-12-01 Thread Naresh V
On 1 December 2010 23:01, Douglas Garstang doug.garst...@gmail.com wrote: Anyone know where I can get the RPM's for puppet 2.6.3 on CentOS? Doug Here: http://tmz.fedorapeople.org/repo/puppet/epel/5/ -Naresh V. -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: getting empty files from fileserver

2010-10-05 Thread Naresh V.
//sudoers HTTP/1.1 200 336 There should've been a GET /production/file_metadata/users/blah/ sudoers.xen-3 etc.) Thank you, Naresh. On Aug 25, 6:23 pm, Naresh V. nares...@gmail.com wrote: Hi, My setup: gems: rack (1.0.1) rails (2.3.4) rake (0.8.7) activerecord (2.3.8, 2.3.4) activeresource