[Puppet Users] Re: Puppet class dependency

2011-10-31 Thread devon
And for classes definition, I got: class pkgrepo {          Nginx::Vhost[packages.iscoolapp.com] - Class['Pkgrepo']          include pkgrepo::install,pkgrepo::config } The way I understand it, all included classes are basically included at the same time before catalog compilation. And then

[Puppet Users] Re: Opsview puppet module - purging hosts from opsview

2011-10-05 Thread devon
= absent for the providers is something I've been wanting to do, but I haven't had enough justification to spend the time doing it yet. -devon On Oct 5, 4:48 am, Galed Friedmann galed.friedm...@onavo.com wrote: Hi all, I'm using the opsview module and the Opsviewmonitored type and it's working

[Puppet Users] Re: Problem: Puppet under Passenger.

2011-10-05 Thread devon
- Installed Puppet and Facter from the latest tarballs. - Installed Ruby 1.9.2 and rack/passenger gems from RVM. If you installed puppet via tarball, and ruby/rack/passenger via RVM it could be that puppet isn't in the RUBYLIB. You may need to edit the config.ru to specify where puppet is -