Project

General

Profile

« Previous | Next » 

Revision 312bb1f3

Added by Sam Kottler almost 12 years ago

Added new yum repos for 1.0

View differences:

manifests/params.pp
redhat,centos,fedora,Scientific: {
$puppet_basedir = '/usr/lib/ruby/site_ruby/1.8/puppet'
$apache_conf_dir = '/etc/httpd/conf.d'
$yumrepo = $operatingsystemrelease ? {
16 => 'http://yum.theforeman.org/releases/1.0/f16/$basearch',
17 => 'http://yum.theforeman.org/releases/1.0/f17/$basearch',
/(5.*)/ => 'http://yum.theforeman.org/releases/1.0/el5/$basearch',
/(6.*)/ => 'http://yum.theforeman.org/releases/1.0/el6/$basearch'
}
}
Debian,Ubuntu: {
$puppet_basedir = '/usr/lib/ruby/1.8/puppet'

Also available in: Unified diff