Server automation framework and application
Перейти к файлу
Francois Deppierraz 7a6ae29962 Add a missing test for exercising the last untested line of lib/puppet/type/ssh_authorized_key.rb 2008-07-03 19:59:45 +10:00
autotest reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec option 2008-02-18 10:34:21 -06:00
bin Fixed #1006 - puppetrun --class works again. I added the class 2008-07-01 22:22:36 -05:00
conf Fixes #1195 - Updated Gentoo init scripts 2008-06-17 22:10:09 +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 Further Emacs puppet-mode fixes 2008-05-30 11:13:04 +10:00
lib Minor documentation updates for ssh_authorized_key type 2008-07-03 13:45:14 +10: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 Add a missing test for exercising the last untested line of lib/puppet/type/ssh_authorized_key.rb 2008-07-03 19:59:45 +10:00
test Fixing #1382 - existing uppercase certs, keys, et al will be renamed. 2008-07-02 18:12:26 -05:00
vendor/gems Trying to upgrade rspec, but not having much luck. 2008-02-12 22:11:30 -06:00
CHANGELOG Fixed #1006 - puppetrun --class works again. I added the class 2008-07-01 22:22:36 -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 Updated Rakefile fixes #1367 2008-06-16 10:08:14 +10:00
install.rb Fixes for install.rb running of tests that fixes #1267 2008-05-27 14:10:40 +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$