When trying to bring up a mesos master, and I have set mesos::install::repo_source to mesosphere. Puppet cannot find the RPM package.
Execution of '/usr/bin/rpm -i http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found error: skipping http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm - transfer failed
change from absent to present failed: Execution of '/usr/bin/rpm -i http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found error: skipping http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-4.noarch.rpm - transfer failed
When trying to bring up a mesos master, and I have set
mesos::install::repo_source
tomesosphere
. Puppet cannot find the RPM package.