RPM's distribution based installation¶
We maintain a repository for RHEL and Fedora (and clones) - you may add it via:
Puppet¶
yumrepo { 'foreman':
descr => 'Foreman Repo',
baseurl => 'http://yum.theforeman.org/stable',
gpgcheck => '0',
enabled => '1'
}
Quick and dirty¶
cat > /etc/yum.repos.d/foreman.repo << EOF [foreman] name=Foreman Repo baseurl=http://yum.theforeman.org/stable gpgcheck=0 enabled=1 EOF
yum install foreman
if you just want to get the rpms:
