Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
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
}
cd /opt/
tar \-xzvf software-repository-tmp/Puppet/facter-1.3.7.tgz
cd facter-1.3.7/
ruby install.rb
{code}
4.

...

  Unpack and build the puppet source

...


{code
}
cd /opt
tar \-xzvf /root/puppet-0.23.2.tgz
cd puppet-0.23.2
ruby install.rb
{code}