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
Using wdijkerman-zabbix-1.0.0, when manage_repo in zabbix::server is false, zabbix::repo is still required (and installs the repos).
This is because of the following: -
I downloaded the latest already, but will look forward to the release.
Excellent module, thanks.
On 20 Jan 2015 13:48, "Werner Dijkerman" [email protected] wrote:
Hi peterjam28,
Yes, I try to release the 1.0.2 this week to the forge. You can download
the latest from github if needed.
Kind regards,
Werner
—
Reply to this email directly or view it on GitHub #43 (comment)
.
Using wdijkerman-zabbix-1.0.0, when manage_repo in zabbix::server is false, zabbix::repo is still required (and installs the repos).
This is because of the following: -
Installing the packages
package { "zabbix-server-${db}":
ensure => $zabbix_package_state,
require => Class['zabbix::repo'],
}
The text was updated successfully, but these errors were encountered: