You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess that parameter isn't meant to specify the package version, but is used elsewhere for generating compatible configuration for example? Maybe add a parameter zabbix_package_version that can default to 'present'?
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Execute this:
Than do an upgrade like this:
What are you seeing
zabbix not beeing updated
What behaviour did you expect instead
zabbix updated to the specified version
Output log
Any additional information you'd like to impart
The package zabbix-agent will never be upgraded since the default behaviour of the package resource is
present
, notlatest
: https://github.com/voxpupuli/puppet-zabbix/blob/master/manifests/params.pp#L71The text was updated successfully, but these errors were encountered: