Project

General

Profile

« Previous | Next » 

Revision 176b2144

Added by Greg Sutcliffe over 11 years ago

Fix typo in component name and don't default to nightly

View differences:

manifests/install/repos.pp
default => 'stable',
}
file { "/etc/apt/sources.list.d/$name.list":
content => "deb http://deb.theforeman.org/ $lsbdistcodename $compnent_name\n"
content => "deb http://deb.theforeman.org/ $lsbdistcodename $component_name\n"
}
~>
exec { "foreman-key-$name":
manifests/params.pp
# set it to some custom location.
$custom_repo = false
# allow usage of testing rpm/deb packages as well
$use_testing = true
$use_testing = false
$railspath = '/usr/share'
$app_root = "${railspath}/foreman"
$user = 'foreman'

Also available in: Unified diff