Resource Type: zabbix_template_host
- Defined in:
- lib/puppet/type/zabbix_template_host.rb
- Providers:
-
ruby
Overview
Link or Unlink template to host. Only for Zabbix < 6.0! Example. Name should be in the format of “template_name@hostname”
zabbix_template_host{ ‘mysql_template@db1’:
ensure => present,
}