...
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 {code} |
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 {code} |