1.  Download puppet and facter source tarballs from http://reductivelabs.com/downloads/\\

2.  Check that Ruby is installed

3.  Unpack and build the facter source

cd /opt/
tar \-xzvf software-repository-tmp/Puppet/facter-1.3.7.tgz
cd facter-1.3.7/
ruby install.rb

4.  Unpack and build the puppet source

cd /opt
tar \-xzvf /root/puppet-0.23.2.tgz
cd puppet-0.23.2
ruby install.rb
  • No labels