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

Pass manage_repo and zabbix_repo to repo.pp and prevent double include #110

Merged
merged 2 commits into from
Jul 23, 2015

Commits on Jul 21, 2015

  1. Pass manage_repo to zabbix::server

    zabbix::repo always used the default when called from zabbix::server.
    
    * Add manage_repo to parameters of zabbix::server
    * Add manage_repo to parameters passed to zabbix::server in init.pp
    * Add documentation for parameter in server.pp
    Martin Merfort committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    04b6109 View commit details
    Browse the repository at this point in the history
  2. Ensure that zabbix::repo is only included once

    * Add defined check to all classes which include repo
    * If it is defined always include it and let the class itself check if
      it should manage the repo
    Martin Merfort committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    713f3d0 View commit details
    Browse the repository at this point in the history