public
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/lak/puppet.git
Click here to lend your support to: puppet and make a donation at www.pledgie.com !
puppet /
name age message
file CHANGELOG Loading commit data...
file COPYING Thu Aug 25 13:58:05 -0700 2005 Added GPL license git-svn-id: https://reductiv... [Jesse Koontz]
file LICENSE Thu Aug 25 13:58:05 -0700 2005 Added GPL license git-svn-id: https://reductiv... [Jesse Koontz]
file README
file Rakefile
file TODO
directory bin/
directory examples/
directory ext/
file install.rb
directory lib/
directory test/
README
$Id$

Documentation (and detailed install instructions) can be found 
online: http://reductivelabs.com/projects/puppet/documentation/

This is what you need to get puppet running:
-- Check you have Ruby version 1.8.2 or later
    You can download it from 
    ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz
    Un tar it, then: ./configure; make; make install

-- http://reductivelabs.com/downloads/facter/facter-latest.tgz
    A library that puppet needs to run.  Un tar it, and calling
    'ruby install.rb' file should successfully install it; let 
    me know if it doesn't.  Otherwise, you can just set RUBYLIB
    to contain its lib directory.

    There should also be a recent snapshot there.

-- Install puppet
   Run 'ruby install.rb' or add the 'lib/' directory to your RUBYLIB path.

-- After that, you should be able to go into test/ and run ./test, 
   or run 'bin/puppet' on whichever puppet config files you want.