I'm currently using 2 puppet modules, and they both have custom types, which happen to have the same names:
https://github.com/fiddyspence/puppet-zabbix/tree/master/lib/puppet/type
and:
https://github.com/voxpupuli/puppet-zabbix/tree/master/lib/puppet/type
In this example, we have 2 modules that each have a custom type called "zabbix_host" and "zabbix_hostgroup"
I tried to declare them, but in my case they are being evaluated by the wrong .rb fie. Is there a syntax I can use to refer to a custom type by it's fully qualified name?
↧