[Puppet Users] Re: Strange Could not find dependency error

2011-08-11 Thread piavlo
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

Re: [Puppet Users] Re: Strange Could not find dependency error

2011-08-11 Thread Christian Kauhaus
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

[Puppet Users] Re: Strange Could not find dependency error

2011-08-10 Thread piavlo
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

[Puppet Users] Re: Strange Could not find dependency error

2011-08-10 Thread piavlo
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