Server automation framework and application
Перейти к файлу
Luke Kanies 3fbec12076 Merge branch '0.24.x'
Conflicts:
	lib/puppet/indirector/facts/facter.rb
	lib/puppet/provider/augeas/augeas.rb
	lib/puppet/util/filetype.rb
	spec/unit/indirector/facts/facter.rb
	spec/unit/provider/augeas/augeas.rb
	test/util/filetype.rb
2009-02-13 18:24:34 -06:00
autotest Fix autotest on win32 2009-01-22 10:58:34 +11:00
bin Fixing tests broken during the #1405 fix. 2009-02-06 18:08:44 -06: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 Merge branch '0.24.x' 2009-02-13 18:24:34 -06:00
lib Merge branch '0.24.x' 2009-02-13 18:24:34 -06:00
man/man8 Merge branch '0.24.x' 2008-05-20 10:19:10 -05:00
spec Merge branch '0.24.x' 2009-02-13 18:24:34 -06:00
tasks/rake Added Reductive Labs build library 2009-02-10 02:13:33 +11:00
test Merge branch '0.24.x' 2009-02-13 18:24:34 -06:00
CHANGELOG Merge branch '0.24.x' 2009-02-13 18:24:34 -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
README.rst Adding README.rst file 2009-02-10 15:22:32 +11:00
Rakefile Fixing the Rakefile to use 'git format-patch'. 2009-02-11 08:36:31 +11:00
install.rb Merge branch '0.24.x' 2008-09-23 22:31:55 -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$