[Puppet Users] Re: Errors with puppet-dashboard

2010-01-09 Thread grandpa
I have, just now I got: undefined method `with_indifferent_access' for nil:NilClass Extracted source (around line #10): 7: %tbody 8: %tr 9: %th Runtime 10: - reports.map{|r| r.metrics[:time][:total]}.each do |time| 11: %td= "%0.3f" % time Trace of template inclusion: app

[Puppet Users] user management

2010-01-09 Thread Sukh Khehra
We're using local passwd/shadow files on all our linux hosts for authentication and manage them by defining virtual resources like the following and realizing them in the appropriate classes based on authorization requirements. @user { "username": comment => "User Name"

Re: [Puppet Users] user management

2010-01-09 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sukh, To do this, I would recommend a cron job that populates a file on the Puppet server readable by the puppet user. I would then have a server function that uses the user name or uid to collect the appropriate value from the file. The main issue

Re: [Puppet Users] user management

2010-01-09 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for the double post...been out of it today. Personally, I wouldn't bother with a CSV, I'd just use a flat file with two columns since it's a single map. If you're going to get complicated, you'll probably want to use a local MySQL database or t

Re: [Fwd: Re: [Puppet Users] Re: authentication issue with passenger (resolved)]

2010-01-09 Thread Christian Hofstaedtler
> From: Silviu Paragina > Subject: Re: [Puppet Users] Re: authentication issue with passenger (resolved) > Date: Sat, 09 Jan 2010 15:30:39 +0200 > To: puppet-users@googlegroups.com > > Christian Hofstaedtler wrote: >> You know, this usually means that you don't have these settings in >> your pupp