Skip to content

Commit

Permalink
Fixes issue voxpupuli#653
Browse files Browse the repository at this point in the history
  • Loading branch information
sgi-tschaller authored Nov 7, 2018
1 parent 62cee15 commit 40bfe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
yumrepo { 'collectd-ci':
ensure => present,
enabled => '1',
baseurl => "https://pkg.ci.collectd.org/rpm/collectd-${::collectd::ci_package_repo}/epel-${::operatingsystemmajrelease}-${::architecture}",
baseurl => "https://pkg.ci.collectd.org/rpm/${path_prefix}${::collectd::ci_package_repo}/epel-${::operatingsystemmajrelease}-${::architecture}",
gpgkey => 'https://pkg.ci.collectd.org/pubkey.asc',
}

Expand Down

0 comments on commit 40bfe1a

Please sign in to comment.