CARVIEW |
- 0.24.8rc1
- all branches
-
all tags
- release-0.9.2
- BetaOne
- Beta1
- 0.25.0beta1
- 0.24.8rc1
- 0.24.8
- 0.24.7rc1
- 0.24.7
- 0.24.6
- 0.24.5
- 0.24.4
- 0.24.3
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.2
- 0.23.1
- 0.23.0
- 0.22.4
- 0.22.3
- 0.22.2
- 0.22.1
- 0.22.0
- 0.20.1
- 0.20.0
- 0.19.3
- 0.19.2
- 0.19.1
- 0.19.0
- 0.18.4
- 0.18.3
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.6
- 0.13.5
- 0.13.4
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.3
Every repository with this icon (

Every repository with this icon (

Description: | Server automation framework and application edit |
Homepage: | https://reductivelabs.com/trac/puppet/ edit |
Public Clone URL: |
git://github.com/reductivelabs/puppet.git
Give this clone URL to anyone.
git clone git://github.com/reductivelabs/puppet.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:reductivelabs/puppet.git
|

name | age | message | |
---|---|---|---|
![]() |
CHANGELOG | Loading commit data... ![]() |
|
![]() |
COPYING | Thu Aug 25 13:58:05 -0700 2005 | Added GPL license git-svn-id: https://reductiv... [Jesse Koontz] |
![]() |
LICENSE | ||
![]() |
README | ||
![]() |
README.rst | ||
![]() |
Rakefile | ||
![]() |
autotest/ | ||
![]() |
bin/ | ||
![]() |
conf/ | ||
![]() |
examples/ | Sun Nov 30 23:05:06 -0800 2008 | type/mcx.rb Feature #1026 - MCX Type Added new... [jeffmccune] |
![]() |
ext/ | Wed Mar 04 00:34:31 -0800 2009 | dbfix - fix typo and close another possible inc... [masterzen] |
![]() |
install.rb | ||
![]() |
lib/ | ||
![]() |
man/ | ||
![]() |
spec/ | ||
![]() |
tasks/ | Wed Mar 04 00:23:56 -0800 2009 | Fixed to rake tests for reductivelabs build [James Turnbull] |
![]() |
test/ |
Puppet
Puppet, an automated administrative engine for your Linux and Unix systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.
Documentation (and detailed install instructions) can be found online at the Puppet Wiki.
Installation
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 your package management system or the Facter site