Server automation framework and application
Перейти к файлу
Luke Kanies c59ff622a3 Further fixes toward #965. Turned out that the previous fix
caused other problems.

This whole thing will hopefully get *drastically* easier once we
get rid of global resources.
2007-12-21 17:52:06 -06:00
bin Further fixes toward #965. Turned out that the previous fix 2007-12-21 17:52:06 -06:00
conf Updated for 0.24.0-2 2007-12-17 15:36:02 -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 Added optional per-module lib directory. 2007-08-14 09:50:42 -04:00
ext Updating filetype detection for vim, and changing 2007-12-19 14:08:41 -06:00
lib Further fixes toward #965. Turned out that the previous fix 2007-12-21 17:52:06 -06:00
man/man8 hoo 2007-01-27 20:30:21 +00:00
spec Further fixes toward #965. Turned out that the previous fix 2007-12-21 17:52:06 -06:00
test Further fixes toward #965. Turned out that the previous fix 2007-12-21 17:52:06 -06:00
CHANGELOG Updating filetype detection for vim, and changing 2007-12-19 14:08:41 -06: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
Rakefile Fixing the Rakefile to include the yumhelper.py file in 2007-12-17 21:25:07 +01: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$