Server automation framework and application
Перейти к файлу
Luke Kanies fe02591eaa Fixed #1003 -- Applying DavidS's patch to fix searching for
tags in sql.
2008-02-13 16:36:19 -06:00
autotest Fixing the puppet_rspec autotest plugin to use the modern interface 2008-02-12 22:24:12 -06:00
bin Fixed #968 again, this time with tests -- parseonly works, 2008-02-13 16:27:35 -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 #1003 -- Applying DavidS's patch to fix searching for 2008-02-13 16:36:19 -06:00
man/man8 hoo 2007-01-27 20:30:21 +00:00
spec Renaming the 'pfile' and 'pfilebucket' files to plain 2008-02-13 15:49:51 -06:00
test Fixed #968 again, this time with tests -- parseonly works, 2008-02-13 16:27:35 -06:00
vendor/gems Trying to upgrade rspec, but not having much luck. 2008-02-12 22:11:30 -06:00
CHANGELOG Fixed #1003 -- Applying DavidS's patch to fix searching for 2008-02-13 16:36:19 -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 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$