Skip to content

Commit

Permalink
Make all Puppet Labs repositories enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Hopper committed Aug 24, 2012
1 parent abb3155 commit a11bbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/repos.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
yumrepo { 'puppetlabs-products-source':
baseurl => "http://yum.puppetlabs.com/${baseurlOS}/${::os_maj_version}/SRPMS",
failovermethod => 'priority',
enabled => '0',
enabled => '1',
gpgcheck => '1',
gpgkey => 'http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs',
descr => "Puppet Labs Products ${::os_maj_version} - ${::architecture} - Source",
}

yumrepo { 'puppetlabs-deps-source':
baseurl => "http://yum.puppetlabs.com/${baseurlOS}/${::os_maj_version}/dependencies/SRPMS",
enabled => '0',
enabled => '1',
gpgcheck => '1',
gpgkey => 'http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs',
descr => "Puppet Labs Source Dependencies ${::os_maj_version} - Source",
Expand Down

0 comments on commit a11bbe6

Please sign in to comment.