Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zabbix_version ignored #105

Closed
elexpander opened this issue Jul 9, 2015 · 2 comments
Closed

zabbix_version ignored #105

elexpander opened this issue Jul 9, 2015 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@elexpander
Copy link

On params.pp:

$zabbix_version = '2.4'

On my manifest

class { '::zabbix::agent':
  zabbix_version => '2.2',
}

This results in zabbix-agent 2.4 installed

This can be easily fixed passing zabbix_version to class repo in agent.pp:

if $manage_repo {
  #include zabbix::repo
  class { 'zabbix::repo':
    zabbix_version => $zabbix_version,
  }
  Package['zabbix-agent'] {require => Class['zabbix::repo']}
}

Exactly same issue on proxy.pp and very likely server.pp.

@dj-wasabi dj-wasabi added the bug Something isn't working label Jul 17, 2015
@dj-wasabi
Copy link
Contributor

Hi,

Thanks you for making time to create this issue. Due to some personal issues I didn't had any time to investigate it. I have an fix for this in the next few days. I'll let you know when you can download it.

Kind regards,
Werner

@dj-wasabi dj-wasabi added this to the 1.6.0 milestone Aug 21, 2015
@dj-wasabi
Copy link
Contributor

It is in release 1.6.0 which was released few minutes ago. Can be downloaded from the Forge and github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants