Server automation framework and application
Перейти к файлу
Luke Kanies 6f533d1127 Fixing #1247 -- no more clear_cache failures.
I had clearly only run spec/ since this work.
2008-05-25 16:01:26 -05:00
autotest reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec option 2008-02-18 10:34:21 -06:00
bin Merge branch '0.24.x' 2008-05-20 10:19:10 -05:00
conf Fixed #1195 - support for gentoo openrc 2008-04-18 01:19:11 +10:00
debian Fixed ticket #1072 - Debian directory updates 2008-02-18 10:48:33 +11:00
examples Changed some non-standard Ruby locations to env ruby shebangs 2008-04-04 01:16:36 +11:00
ext Added the ability to add arbitrary attributes to ldap. 2008-05-15 10:39:12 -05:00
lib Merge branch '0.24.x' 2008-05-25 16:00:48 -05:00
man/man8 Merge branch '0.24.x' 2008-05-20 10:19:10 -05:00
spec Merge branch '0.24.x' 2008-05-25 16:00:48 -05:00
test Fixing #1247 -- no more clear_cache failures. 2008-05-25 16:01:26 -05:00
vendor/gems Trying to upgrade rspec, but not having much luck. 2008-02-12 22:11:30 -06:00
CHANGELOG Merge branch '0.24.x' 2008-05-25 16:00:48 -05:00
COPYING
LICENSE
README
Rakefile I think this will include the man pages in the build but overall the Rakefile needs a rewrite 2008-03-26 08:39:34 +11:00
install.rb Merge branch '0.24.x' 2008-05-20 10:19:10 -05: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$