Skip to content

Commit

Permalink
Merge pull request #208 from cbergmann/patch-1
Browse files Browse the repository at this point in the history
userparameters not working.
  • Loading branch information
bastelfreak committed May 8, 2016
2 parents 65ac8c2 + 1e4e9a6 commit f032db4
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_agent_package')
$zabbix_agent_package = getvar('::zabbix::params::zabbix_package_agent')

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

0 comments on commit f032db4

Please sign in to comment.