Skip to content

Commit

Permalink
Merge pull request #254 from unibonn/pkgname-patch
Browse files Browse the repository at this point in the history
Respect user provided Zabbix agent package name in userparameters
  • Loading branch information
bastelfreak authored Aug 1, 2016
2 parents 5b20f1c + 828c80a commit a36a06e
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 a36a06e

Please sign in to comment.