public
Fork of shadoi/puppet
Description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/nullstyle/puppet.git
lak (author)
Mon Apr 28 15:52:02 -0700 2008
commit  8c9b04d807b34ade704da3584b72d39bb129aa75
tree    c76828f38c7c8d28f4b533d556e809d0bf3c1437
parent  83519f4e59f68f867f8ddbe141ac8bd9a6238ae1
puppet /
name age message
file CHANGELOG Mon Apr 28 15:52:02 -0700 2008 I think I've now got the Webrick SSL support wo... [lak]
file COPYING Thu Aug 25 13:58:05 -0700 2005 Added GPL license [Jesse Koontz]
file LICENSE Thu Aug 25 13:58:05 -0700 2005 Added GPL license [Jesse Koontz]
file README Sun Jun 03 12:36:02 -0700 2007 this is a spurious commit to test the trac site [ajax]
file Rakefile Tue Mar 25 14:39:34 -0700 2008 I think this will include the man pages in the ... [jamtur01]
directory autotest/ Mon Feb 18 08:34:21 -0800 2008 reordering spec binaries to prefer the local ve... [rick]
directory bin/ Mon Apr 21 21:45:53 -0700 2008 Merge branch '0.24.x' [lak]
directory conf/ Thu Apr 17 08:19:11 -0700 2008 Fixed #1195 - support for gentoo openrc [jamtur01]
directory debian/ Sun Feb 17 15:48:33 -0800 2008 Fixed ticket #1072 - Debian directory updates [jamtur01]
directory examples/ Thu Apr 03 07:16:36 -0700 2008 Changed some non-standard Ruby locations to env... [jamtur01]
directory ext/ Sat Apr 19 04:56:17 -0700 2008 Added puppetlast script to ext directory [jamtur01]
file install.rb Tue Mar 25 16:18:34 -0700 2008 Merge branch '0.24.x' [lak]
directory lib/ Mon Apr 28 15:52:02 -0700 2008 I think I've now got the Webrick SSL support wo... [lak]
directory man/ Tue Mar 25 16:18:34 -0700 2008 Merge branch '0.24.x' [lak]
directory spec/ Mon Apr 28 15:52:02 -0700 2008 I think I've now got the Webrick SSL support wo... [lak]
directory test/ Sat Apr 19 17:08:36 -0700 2008 Added an Interface class to the CA to model pup... [lak]
directory vendor/ Tue Feb 12 20:11:30 -0800 2008 Trying to upgrade rspec, but not having much luck. [lak]
README
Documentation (and detailed install instructions) can be found 
online at http://reductivelabs.com/trac/puppet/wiki/DocumentationStart .

Generally, you need the following things installed:

* Ruby >= 1.8.1 (earlier releases might work but probably not)

* The Ruby OpenSSL library.  For some reason, this often isn't included
  in the main ruby distributions.  You can test for it by running
  'ruby -ropenssl -e "puts :yep"'.  If that errors out, you're missing the
  library.

  If your distribution doesn't come with the necessary library (e.g., on Debian
  and Ubuntu you need to install libopenssl-ruby), then you'll probably have to
  compile Ruby yourself, since it's part of the standard library and not
  available separately.  You could probably just compile and install that one
  library, though.

* The Ruby XMLRPC client and server libraries.  For some reason, this often
  isn't included in the main ruby distributions.  You can test for it by
  running 'ruby -rxmlrpc/client -e "puts :yep"'.  If that errors out, you're missing
  the library.

* Facter => 1.1.1
  You can get this from < http://reductivelabs.com/projects/facter >

$Id$