Thank you for the answer.
That will take some time to understand.
Andreas
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroups.
On Thursday, June 23, 2016 at 4:17:39 AM UTC-5, Andreas Dvorak wrote:
>
> Hi,
>
> now I have change it a little, but it still does not work.
>
> class check_mk::agent::serverlist {
> @@server_list { "$::hostname":
> filename => '/tmp/checkmkhosts',
> }
>
> define server_list ( $filename
Hi,
now I have change it a little, but it still does not work.
class check_mk::agent::serverlist {
@@server_list { "$::hostname":
filename => '/tmp/checkmkhosts',
}
define server_list ( $filename ) {
ensure_resource ( 'file', $filename, {} )
}
}
class check_mk::server::serverli