Created
May 31, 2012 08:35
-
-
Save ohadlevy/2841952 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assuming we are a CA we remove older certs if they existed | |
sudo rm -rf /var/lib/puppet/ssl/ | |
yum -t -y -e 0 install git | |
git clone --recursive git://github.com/theforeman/foreman-installer.git | |
echo include foreman::params, foreman::config::enc, foreman::config::reports, foreman_proxy, puppet, puppet::server| sudo puppet --modulepath foreman-installer/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment