Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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

Code Block
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

Code Block
cd /opt
tar \-xzvf /root/puppet-0.23.2.tgz
cd puppet-0.23.2
ruby install.rb