This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
luke (author)
Tue Nov 22 08:06:48 -0800 2005
commit be66d6f9ae945bdb93434b5ff239465de74b79e7
tree 584eba7532dcb1bf1dfbd0d0d3f066a4682841cc
parent 2a5bbd0e9a2262bc27981e988d99a003dd3648ad
tree 584eba7532dcb1bf1dfbd0d0d3f066a4682841cc
parent 2a5bbd0e9a2262bc27981e988d99a003dd3648ad
puppet /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
COPYING | Thu Aug 25 13:58:05 -0700 2005 | |
| |
LICENSE | Thu Aug 25 13:58:05 -0700 2005 | |
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
bin/ | ||
| |
examples/ | ||
| |
ext/ | ||
| |
install.rb | ||
| |
lib/ | ||
| |
test/ |
README
$Id$ Documentation (and detailed install instructions) can be found online: http://reductivelabs.com/projects/puppet/documentation/ This is what you need to get puppet running: -- Check you have Ruby version 1.8.2 or later You can download it from ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz Un tar it, then: ./configure; make; make install -- http://reductivelabs.com/downloads/facter/facter-latest.tgz A library that puppet needs to run. Un tar it, and calling 'ruby install.rb' file should successfully install it; let me know if it doesn't. Otherwise, you can just set RUBYLIB to contain its lib directory. There should also be a recent snapshot there. -- Install puppet Run 'ruby install.rb' or add the 'lib/' directory to your RUBYLIB path. -- After that, you should be able to go into test/ and run ./test, or run 'bin/puppet' on whichever puppet config files you want.









