1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | class zabbix-proxy::config {
file {
"/etc/zabbix/zabbix_proxy.conf":
source => "puppet:///modules/zabbix/zabbix_proxy.conf"
}
require => [Class["zabbix-proxy::install"], Class["zabbix-proxy::databasedir"]]
notify => Class["zabbix-proxy::service"],
owner => "root",
group => "root",
}
error:
err: Syntax error at '=>'; expected '}' at /etc/puppet/modules/zabbix-pr fests/init.pp:15 on node
|