Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Scientific linux populates with minor included. This repo only contai…
Browse files Browse the repository at this point in the history
…ns majorver dirs, breaking this.
  • Loading branch information
Erik Smit committed Jul 20, 2012
1 parent 4c908d9 commit 764ee1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifests/repo/puppetlabs.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
class yum::repo::puppetlabs {

require common

yum::managed_yumrepo { puppetlabs:
descr => 'Puppet Labs Packages',
baseurl => 'http://yum.puppetlabs.com/el/$releasever/products/$basearch',
baseurl => "http://yum.puppetlabs.com/el/$common::osver/products/\$basearch",
enabled => 1,
gpgcheck => 1,
failovermethod => 'priority',
Expand All @@ -12,7 +14,7 @@

yum::managed_yumrepo { puppetlabs_dependencies:
descr => 'Puppet Labs Packages',
baseurl => 'http://yum.puppetlabs.com/el/$releasever/dependencies/$basearch',
baseurl => "http://yum.puppetlabs.com/el/$common::osver/dependencies/\$basearch",
enabled => 1,
gpgcheck => 1,
failovermethod => 'priority',
Expand Down

0 comments on commit 764ee1b

Please sign in to comment.