Skip to content

Commit

Permalink
Respect user provided Zabbix agent package name in userparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wiene committed Jul 29, 2016
1 parent b802fa7 commit 4ef5cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/userparameters.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
$script_dir = '/usr/bin',
) {
$include_dir = getvar('::zabbix::agent::include_dir')
$zabbix_agent_package = getvar('::zabbix::params::zabbix_package_agent')
$zabbix_agent_package = getvar('::zabbix::agent::zabbix_package_agent')

if $source != '' {
file { "${include_dir}/${name}.conf":
Expand Down

0 comments on commit 4ef5cd3

Please sign in to comment.