Server automation framework and application
Перейти к файлу
Will Farrington 0d0f9a8265 2.7.21.github2 2014-02-28 19:23:06 +11:00
acceptance Improve CVE 2013 1654 SSLv2 Downgrade Master test 2013-03-22 15:26:39 -07:00
autotest (maint) Ensure every file has a trailing newlines 2012-04-23 15:24:34 -07:00
bin [#4196] Move the docs into the source directory structure 2010-07-09 12:43:00 -07:00
conf (#19531) (CVE-2013-2275) Only allow report save from the node matching the certname 2013-02-28 16:43:32 -08:00
examples (#6338) Remove unused version control tags 2011-02-28 12:07:15 -08:00
ext [packaging] Update mocks for rpmbuilder mock format 2013-02-28 18:42:33 -08:00
lib 2.7.21.github2 2014-02-28 19:23:06 +11:00
man (#15078) Document USR2 log rotation signal 2012-06-24 09:43:22 +01:00
sbin [#4196] Move the docs into the source directory structure 2010-07-09 12:43:00 -07:00
spec File content diff with show_diff respects loglevel 2014-02-28 19:08:14 +11:00
tasks/rake Replace dashes with dots for gem version 2012-10-31 13:20:01 -07:00
test (#19391) Find the catalog for the specified node name 2013-03-11 09:49:46 -07:00
.gitignore (maint) Add Travis CI support to active branches 2013-01-06 16:13:07 -08:00
.mailmap (maint) Update mailmap for git shortlog 2012-10-18 16:12:08 -07:00
.noexec.yaml (#15464) Exclude gem command from bundler 2012-08-20 15:32:05 -07:00
.testseries Updated test series 2010-01-08 14:02:56 +11:00
.travis.yml (maint) Add Travis CI support to active branches 2013-01-06 16:13:07 -08:00
CHANGELOG Update CHANGELOG, PUPPETVERSION for 2.7.21 2013-03-11 10:29:25 -07:00
CONTRIBUTING.md Mark git diff --check as inline code 2012-08-03 09:49:01 -07:00
Gemfile (Maint) Use absolute path for puppet in Gemfile 2013-04-01 15:22:20 -07:00
LICENSE Update copyright years in LICENSE 2012-09-11 09:57:41 -07:00
README.md Update main readme to have links to contrib and dev docs 2012-07-18 15:18:12 -07:00
README_DEVELOPER.md (#2888) Add settings catalog info to README_DEVELOPER 2012-09-17 14:34:43 -07:00
Rakefile Update Rakefile to make rspec optional 2012-10-30 16:26:38 -07:00
install.rb Preserve timestamps when installing files 2012-10-31 13:36:54 -07:00
puppet.gemspec (maint) Add Travis CI support to active branches 2013-01-06 16:13:07 -08:00

README.md

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 installation instructions) can be found online at the Puppet Docs site.

Installation

Generally, you need the following things installed:

  • A supported Ruby version. Ruby 1.8.5, 1.8.7, and 1.9.2 are fully supported (with a handful of known issues under 1.9.2); Ruby 1.8.1 is supported on a best-effort basis for agent use only. Other versions of Ruby are used at your own risk, and Ruby 1.8.6, 1.9.0, and 1.9.1 are not recommended for compatibility reasons.

  • 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.

  • Facter => 1.5.1 (available via your package manager or from the Facter site.

Contributions

Please see our Contibution Documents and our Developer Documentation.

License

See LICENSE file.

Support

Please log tickets and issues at our Projects site