Hi Christian
Strangely then I had "-" in manifest like this
class nagios-client {
include nagios::params, nagios::nrpe, nagios::plugins
}
but was not including nagios-client any where - the puppet master/
agent did not give any errors - or this is since nagios-client was
never compiled on the
Am 10.08.2011 22:24, schrieb piavlo:
> Does anyone have clear logical explanation why nagios::client &
> nagios::server
> have no dep problems but nagios-client & nagios-server does?
"-" is no legal character in identifier names. Unfortunately, the error
messages are not very helpful in such a cas
After changing nagios-client to nagios::client
and nagios-server(formely just nagios) to nagios::server
All strange dependency have seem to gone away
Does anyone have clear logical explanation why nagios::client &
nagios::server
have no dep problems but nagios-client & nagios-server does?
Thanks
That's strange but I had to rename nagios class to nagios-server and
include it instead to fix the problem.
Maybe it's related to that I have similar problem
class nagios-client {
include nagios::params, nagios::nrpe, nagios::plugins
}
class ssa::nagios-client {
# include nagios-client
inc