Server automation framework and application
Перейти к файлу
Luke Kanies 6a4cf6c978 Fixed #1030 - class and definition evaluation has been significantly
refactored, fixing this problem and making the whole interplay
between the classes, definitions, and nodes, and the Compile class much
cleaner.
2008-02-11 17:24:02 -06:00
bin Applying patch by Jay to fix #989 -- missing crl files are 2008-02-07 15:34:30 -06:00
conf Fixing #794 -- consolidating the gentoo configuration files. 2008-01-19 13:57:08 -08:00
debian Adding patch 20071020020745-6856b-dbc63ff3f137a4039fb997b9978202d52f621e8c.patch from womble -- Fix some residual instances of /var/run fever 2007-11-23 20:07:41 -06:00
examples Fixed #1028 - examples incorrect for 0.24.x 2008-01-28 22:48:12 +11:00
ext Significantly refactoring the lexer, including adding Token and TokenList 2008-01-30 23:28:07 +11:00
lib Fixed #1030 - class and definition evaluation has been significantly 2008-02-11 17:24:02 -06:00
man/man8
spec Fixed #1030 - class and definition evaluation has been significantly 2008-02-11 17:24:02 -06:00
test Fixed #1030 - class and definition evaluation has been significantly 2008-02-11 17:24:02 -06:00
CHANGELOG Fixed #1030 - class and definition evaluation has been significantly 2008-02-11 17:24:02 -06:00
COPYING
LICENSE
README this is a spurious commit to test the trac site 2007-06-03 19:36:02 +00:00
Rakefile Removed womble-specific Debian build section 2008-01-28 22:43:38 +11:00
install.rb Applying patch by whaymond to fix #955. 2007-12-11 11:57:02 -06:00

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$