Re: [Puppet Users] Parameterized classes override of parameter

2012-02-20 Thread Andrew Forgue
This is actually filed in Bug #5517 (Accepted) and a few others and has 10 votes. http://projects.puppetlabs.com/issues/5517 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/

[Puppet Users] Re: ssh authorized key problem in AIX

2010-07-06 Thread Andrew Forgue
Haris, On Jul 6, 7:19 am, "M.F.Haris" wrote: > $sourcepath = $operatingsystem ? { >         AIX => "/etc/puppet/modules/userkeys/files/$pub_key.$username", >         default => "puppet:///SLES/$pub_key.${username}", >     } Here, on the AIX path you tell it to copy the id_dsa.pub /from a local f

[Puppet Users] Re: Struggling with syntax

2010-07-26 Thread Andrew Forgue
On Jul 26, 12:20 am, David Schmitt wrote: > > Write instead: > > file { >         "audit.rules": >                 owner =>  "root", >                 group =>  "root", >                 mode  =>  "600", >                 path  =>  $operatingsystem ? { >                         default =>  "/etc

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Andrew Forgue
On Oct 26, 1:00 pm, Taylor Leese wrote: > Patrick, > > Any idea if people are using versions > 2.2.5 in the wild > successfully? I tried to revert back to 2.2.2 previously, but I > received a number of compilation errors when running passenger-install- > apache2-module so it seems like moving up m

Re: [Puppet Users] Re: puppet dashboard performance issue

2011-04-17 Thread Andrew Forgue
I also tried to look at this; since it was causing me issues as well. I had 800,000 rows or so in the reports table but I accidentally corrupted it (kill -9) so I won't have that many for a few more days. I created the separate indexex for kind and status but MySQL didn't use them. It uses in

[Puppet Users] Re: "Open Source Team" planning meeting summary

2011-05-31 Thread Andrew Forgue
Writing this is groups.google.com's interface, pardon the formatting. Some bugs that have been causing us a bit of pain that I would really be happy if they actually got fixed: #3910 - Server is not authoritative over client environment when specified in an ENC This particular bug has been ope

[Puppet Users] Re: Want to add AIX lpars as Puppet targets (clients)

2009-12-02 Thread Andrew Forgue
I compiled my own Ruby (1.8.7p72), Facter (1.5.7), and my own Puppet in BFF format with GCC on AIX 5.3 TL 9 (won't work on earlier AIX). I can make these files available if you want, or I can supply you with the templates used in mkinstallp. Take a look at http://reductivelabs.com/trac/puppet/wik