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_
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
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)
{
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 :