Server automation framework and application
Перейти к файлу
Luke Kanies 0e491591d2 Cleaning up the AST::Resource code a bit
Mostly renaming 'obj' to 'resource', since the whole
'obj' thing is a holdover from before we had the
term 'resource'.

Also pulling a bit of code out of a loop, since it
didn't need to be there.

Signed-off-by: Luke Kanies <luke@madstop.com>
2009-02-10 16:02:52 -06: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 #1936 - Added /* */ support to the vim file 2009-02-11 08:44:52 +11:00
lib Cleaning up the AST::Resource code a bit 2009-02-10 16:02:52 -06: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 Fix #1691 - Realize fails with array of Resource References 2009-02-11 08:53:13 +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 Fix #1691 - Realize fails with array of Resource References 2009-02-11 08:53:13 +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 Fixing the Rakefile to use 'git format-patch'. 2009-02-11 08:36:31 +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$