Skip to content

Commit

Permalink
Merge pull request #88 from mmerfort/master
Browse files Browse the repository at this point in the history
Pass zabbix_version and manage_repo to zabbix::repo
  • Loading branch information
dj-wasabi committed Jul 17, 2015
2 parents ac50dd4 + 35d6804 commit d5919f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@
$loadmodule = $zabbix::params::server_loadmodule,
) inherits zabbix::params {

include zabbix::repo
class { 'zabbix::repo':
zabbix_version => $zabbix_version,
manage_repo => $manage_repo,
}

# Check some if they are boolean
validate_bool($manage_firewall)
Expand Down

0 comments on commit d5919f1

Please sign in to comment.