[Puppet Users] multiple resources overrides

2011-05-11 Thread Julien Garet
host {"$fqdn": [...] } Nagios_host <| title == $fqdn|> { hostgroups => "cihosts", contact_groups => "ciadmins", require => File["/etc/nagios"], } } node "myhost" { include nagios include specialized::host } Note, the contact_

[Puppet Users] Re: troubleshooting puppet on Ubuntu

2009-09-14 Thread Julien Garet
Le 12 sept. 09 à 12:58, Bogdan Bivolaru a écrit : > > Hello, Hello, > I'm trying to follow the guide at > http://reductivelabs.com/trac/puppet/wiki/SimplestPuppetInstallRecipe > , but I get a funny error when starting Puppetd: > Server: > sudo puppetmasterd --verbose > /usr/lib/ruby/1.8/xmlsi

[Puppet Users] (seems) caching problem

2009-09-11 Thread Julien Garet
Hello all, I am struggling with a strange problem in puppet. I copied the recipe for autofs from the trac (here http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first line of the recipe is : define autofs_master($mounts) {

[Puppet Users] (seems) caching problem

2009-09-11 Thread Julien Garet
Hello all, I am struggling with a strange problem in puppet. I copied the recipe for autofs from the trac (here http://reductivelabs.com/trac/puppet/wiki/Recipes/Autofs), the first line of the recipe is : define autofs_master($mounts) { As I am using LDAPnodes for description, I added the line :