Server automation framework and application
Перейти к файлу
James Turnbull aa219e76b1 Adding README.rst file 2009-02-10 15:19:57 +11:00
autotest Manually setting an env var to mark autotest enabled so we see color 2008-11-25 14:11:00 +11:00
bin Make ralsh behave more sanely for non-existent objects and property values 2008-12-06 12:00:00 +11:00
conf Updated Red Hat spec file 0.24.7 2008-12-16 22:54:35 +11:00
examples type/mcx.rb Feature #1026 - MCX Type 2008-12-01 18:05:06 +11:00
ext Fixed #1767 - Minor fix to emacs mode 2008-11-24 21:31:22 +11:00
lib Change the way the tags and params are handled in rails 2009-02-06 21:54:33 +11:00
man/man8 Update to man pages, fix to ralsh help text and fix for #1211 2008-05-05 09:35:17 +10:00
spec Fixed #1852 - Correct behaviour when no SELinux bindings 2009-01-27 10:03:05 +11:00
tasks/rake Added Reductive Labs build library 2009-02-10 02:13:33 +11:00
test Modifying the corruption-checking test. 2008-12-15 19:27:45 +11:00
CHANGELOG Fixed #1852 - Correct behaviour when no SELinux bindings 2009-01-27 10:03:05 +11:00
COPYING Added GPL license 2005-08-25 20:58:05 +00:00
LICENSE Added GPL license 2005-08-25 20:58:05 +00:00
README this is a spurious commit to test the trac site 2007-06-03 19:36:02 +00:00
README.rst Adding README.rst file 2009-02-10 15:19:57 +11:00
Rakefile Added Reductive Labs build library 2009-02-10 02:13:33 +11:00
install.rb Fixed #1553 - Puppet and Facter cannot both install the plist module into two different locations 2008-09-13 14:21:06 +10: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$