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

Package download location moved? #13

Open
jcochard opened this issue Jun 4, 2015 · 2 comments
Open

Package download location moved? #13

jcochard opened this issue Jun 4, 2015 · 2 comments
Assignees

Comments

@jcochard
Copy link

jcochard commented Jun 4, 2015

It appears that the packages are no longer at this location:
Error: Execution of '/bin/rpm -i http://mathias-kettner.de/download/check_mk-agent-1.2.4p5-2.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found

  class { 'omd::client':
    check_mk_version => '1.2.4p5-2',
  }

Did these packages move somewhere else or are they no longer hosted?

@jcochard
Copy link
Author

jcochard commented Jun 4, 2015

I was able to work around this for Debian/Redhat nodes by using the following overrides and including EPEL on the redhat nodes.

class profile::omd {

  case $::osfamily {
    'Debian': {
      class { 'omd::client':
        check_mk_version => '1.2.4p5-2',
      }
    }
    'Redhat': {
      class { 'omd::client':
        package_name     => 'check-mk',
        download_package => false,
        check_mk_version => '1.2.6p1-1.el6',
      }
    }

@fnerdwq
Copy link
Owner

fnerdwq commented Jun 8, 2015

The Check_MK people changed to a different way of handling the package distribution.
I didn't find the time to try it out and update the puppet code.

@fnerdwq fnerdwq closed this as completed Jun 8, 2015
@fnerdwq fnerdwq reopened this Jun 8, 2015
@fnerdwq fnerdwq self-assigned this Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants