Hi Folks,

I've started writing a module for zabbix monitoring (current version here: 
https://github.com/kemra102/puppet-zabbix).

I have a basic set-up to install the zabbix client using the module.

There are some values I need to change for our environment so that the 
config works, in my case I'm trying to set the $zabbix::client_server 
variable via Hiera so it can be populated via template for the zabbix 
client.

Currently I have this in *common.yaml*:

zabbix::client_server: '10.0.0.1'

As far as I know this should work fine and matches the Puppetlabs NTP 
module way of doing it (in this module we define our own NTP servers in 
Hiera to override the defaults just fine).

However it doesn't seem to be getting set as one of the error checks I have 
in place is being triggered due to this value being missing.

Any ideas where the issue might lie? This is my first big piece of work 
doing a Puppet module in the more correct way so I may have missed 
something.

-- 
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.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/28933434-63be-47ca-8ce1-c4f53ff9a699%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to