[Puppet Users] basic question about template conditionals

2009-02-11 Thread Michael Conigliaro
support : ALL <% if $hostname in [server1, server2, server3] %> # group1 can log into this server + : @group1 : ALL <% end %> <% if $hostname in [server4, server5, server6] %> # group2 can log into this server + : @group2 : ALL <% end %> All other users should be denied t

[Puppet Users] basic question about template conditionals

2009-02-11 Thread Michael Conigliaro
% if $hostname in [server4, server5, server6] %> # group2 can log into this server + : @group2 : ALL <% end %> All other users should be denied to get access from all sources. - : ALL : ALL -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com --~

[Puppet Users] uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
ter/util/loader.rb:30:in `load_all' from /usr/lib/ruby/site_ruby/1.8/facter/util/collection.rb:90:in `load_all' from /usr/lib/ruby/site_ruby/1.8/facter.rb:91:in `to_hash' from /usr/bin/facter:125 My facter version is 1.5.4. -- Michael Conigliaro Compute

[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
I just confirmed this problem on 1.5.5rc1 as well. -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com -Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Michael Conigliaro Sent: Friday,

[Puppet Users] Re: uninitialized constant Facter::IPAddress (NameError)

2009-04-24 Thread Michael Conigliaro
For anyone else who has this problem, here's the fix: rm /usr/lib/ruby/site_ruby/1.8/facter/ipmess.rb According to someone in #puppet, this file should have been deleted during the upgrade... -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com

[Puppet Users] Re: long catalog run times and random connection timeouts

2009-05-04 Thread Michael Conigliaro
I'm actually not sure. How do I determine that? I just use the redhat rpms from the epel repository, and I don't remember seeing an option for that anywhere. -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com -Original Message-

[Puppet Users] Re: long catalog run times and random connection timeouts

2009-05-04 Thread Michael Conigliaro
[r...@emsdb01 ~]# puppetd --version 0.24.8 [r...@emsdb01 ~]# facter --version 1.5.2 -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com -Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf

[Puppet Users] long catalog run times and random connection timeouts

2009-05-04 Thread Michael Conigliaro
something else I should be looking at to determine the cause of this problem? -- Michael Conigliaro Computer Analyst Fuss & O'Neill Technologies www.fandotech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[Puppet Users] Re: long catalog run times and random connection timeouts

2009-05-04 Thread Michael Conigliaro
take *for-freaking-ever* on my network. Once I set up the reverse lookup zone and added the necessary ptr records, catalog runs were completing in a few seconds again. I hope someone out there benefits from this thread, because I was pulling my hair out over this problem! -- Michael Conigliaro Comput