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

manage_repo false still installs repo #43

Closed
peterjam28 opened this issue Jan 20, 2015 · 3 comments
Closed

manage_repo false still installs repo #43

peterjam28 opened this issue Jan 20, 2015 · 3 comments

Comments

@peterjam28
Copy link

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'],
}

@peterjam28
Copy link
Author

This is fixed in the latest code, but not released.

@dj-wasabi
Copy link
Contributor

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

@peterjam28
Copy link
Author

Thanks werner,

I downloaded the latest already, but will look forward to the release.
Excellent module, thanks.
On 20 Jan 2015 13:48, "Werner Dijkerman" notifications@github.com 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)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants