You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Class[Ganglia::Gmond] is already declared; cannot redeclare on node example.com
I then have to use "include" instead of "inherits" and comment out the class dependency to get rid of the error, for e.g.
class ganglia::gmond ( ... , ...) {
...
include ganglia::params
...
class{ 'ganglia::gmond::install': } ->
class{ 'ganglia::gmond::config': } ->
class{ 'ganglia::gmond::service': } ->
Class['ganglia::gmond']
}
The text was updated successfully, but these errors were encountered:
That issue should have already been fixed by fc74fe2 , which was committed after the last forge release. I pushed out a 1.0.2 release to the forge a few minutes ago. Please give it a try and let me know.
I've had duplicate declaration issue error:
Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Class[Ganglia::Gmond] is already declared; cannot redeclare on node example.com
I then have to use "include" instead of "inherits" and comment out the class dependency to get rid of the error, for e.g.
class ganglia::gmond ( ... , ...) {
...
include ganglia::params
...
class{ 'ganglia::gmond::install': } ->
class{ 'ganglia::gmond::config': } ->
class{ 'ganglia::gmond::service': } ->
Class['ganglia::gmond']
}
The text was updated successfully, but these errors were encountered: