descriptionkevin's puppet work
ownervinbarnes@gmail.com
last changeWed, 19 Dec 2007 12:13:32 +0000 (19 06:13 -0600)
content tags
add:
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$
shortlog
2007-12-19 Kevin R. Barnespairing with luke, nagios_command provider skeletonnagios_start
2007-12-19 Kevin R. Barnespairing with luke, fleshed out nagios_command type
2007-12-15 Kevin R. Barnesstarted the spec and type for nagios_command
2007-12-12 Kevin R. BarnesMerge branch 'routing' of git.rickbradley.com/puppet
2007-12-11 Luke KaniesThis should be the last fix for exported resources.
2007-12-11 Luke KaniesNot using the main section when running the store repor...
2007-12-11 Luke KaniesRemoving extraneous debugging from the schedule resourc...
2007-12-11 Luke KaniesRenaming 'configuration' to 'catalog', fixing #954.
2007-12-11 Luke KaniesRenaming the 'null' terminus type to 'plain', as
2007-12-11 Luke KaniesCopying the fact-loading code from the network client to
2007-12-11 Luke KaniesMerge branch 'master' of ssh://reductivelabs.com/opt...
2007-12-11 Luke KaniesApplying patch by whaymond to fix #955.
2007-12-11 Luke KaniesAdding what is hopefully the last commit for #896....
2007-12-11 Luke KaniesRemoving the 'addpath' commands from the freebsd service
2007-12-11 Luke KaniesMerge commit 'davids-bugfixes/rest/fix-plugins-mount'
2007-12-11 Luke KaniesRemoving the recently-commited paludis provider,
...
heads
16 years ago nagios_start