Server automation framework and application
Перейти к файлу
Luke Kanies 65c1889f09 Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
Exporting or collecting resources no longer raises an exception
when no storeconfigs is enabled, it just produces a warning.
2008-05-26 22:33: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 Updated puppetd documentation which fixes ticket #1227 2008-05-17 01:06:18 +10: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 Fixing #1242 -- lack of storeconfigs only produces warning, not exception. 2008-05-26 22:33:26 -05: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 Fixing #1242 -- lack of storeconfigs only produces warning, not exception. 2008-05-26 22:33:26 -05:00
test Merge branch 'tickets/1265' of git://github.com/lak/puppet into 0.24.x 2008-05-27 11:53:10 +10:00
vendor/gems Trying to upgrade rspec, but not having much luck. 2008-02-12 22:11:30 -06:00
CHANGELOG Fixing #1242 -- lack of storeconfigs only produces warning, not exception. 2008-05-26 22:33:26 -05: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 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 Update to man pages, fix to ralsh help text and fix for #1211 2008-05-05 09:35:17 +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$