fuel-plugin-external-zabbix/deployment_scripts/puppet/manifests/override_configuration.pp

11 lines
248 B
Puppet

notice('zabbix_monitoring/override_configuration')
file { '/etc/hiera/plugins/zabbix_monitoring.yaml':
ensure => present,
content => template('plugin_zabbix/config_override.erb'),
owner => root,
group => root,
mode => '0644',
}