[Puppet Users] Re: Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
hursday, 4 October 2012 10:00:34 UTC+1, Nathan Flynn wrote: Hello, > > I am having problems with Puppet since upgrading to 3.0.0. > > When I call an inventory search I get a Error 400. I have used dashboard + > Perl > > Oct 4 08:58:43 puppet01 puppet-master[7008]: Handl

[Puppet Users] Re: Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
usion_passenger/abstract_server.rb:196:in `start_synchronously' Oct 4 13:51:42 puppet01 puppet-master[1893]: /usr/lib/phusion_passenger/passenger-spawn-server:61 On Thursday, 4 October 2012 10:00:34 UTC+1, Nathan Flynn wrote: > > Hello, > > I am having problems with Puppet since

[Puppet Users] Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
Hello, I am having problems with Puppet since upgrading to 3.0.0. When I call an inventory search I get a Error 400. I have used dashboard + Perl Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET /production/facts_search/search?facts.lsbdistcodename.eq=lenny Oct 4 08:58:43 p

[Puppet Users] Defining node types in modules

2012-07-30 Thread Nathan Flynn
Hello, This is the way we currently define nodes using modules/classes. Unsure if this is the best method but as dashboard does not do parameterized class variables seems the right way. We apparent zen_ to everything thats making up our servers. I am having problems with the MySQL module as I

[Puppet Users] undefined method `has_fact_with_value' for #

2012-05-18 Thread Nathan Flynn
Hello, When I do a facts search I get an error; Example; https://puppet01.admin.X.net.uk:8140/production/facts_search/search?facts.operatingsystem=Debian undefined method `has_fact_with_value' for # Any help on tracking this down would be greatly appreciated. The error is also in the log; M

Re: [Puppet Users] Dashboard using extlookup

2012-02-06 Thread Nathan Flynn
Hello, I have been playing around with this today and have managed to get it working. It appears if you are using puppet-dashboard and use external nodes you do not need to call extlookup() to access to variable, it is just globally available. Example: root@puppet01:/etc/puppet# /usr/share/pup