Server automation framework and application
Перейти к файлу
Josh Cooper ac81771a9c Merge branch 'tickets/2.7.x/11414' of https://github.com/domcleal/puppet into 2.7.x
* 'tickets/2.7.x/11414' of https://github.com/domcleal/puppet:
  (#11414) Test Augeas versions correctly with versioncmp
  (#11414) Save/execute changes on versions of Augeas < 0.3.6
2011-12-30 10:28:16 -08:00
acceptance (#6907) Allow providers to be selected in the run they become suitable 2011-11-28 17:11:40 -08:00
autotest
bin
conf Update CHANGELOG for 2.7.9 release 2011-12-09 18:48:38 -08:00
examples
ext Merge branch 'apache2-conf-fix' of git://github.com/eklein/puppet into 2.7.x 2011-12-13 10:48:53 -08:00
lib Merge branch 'tickets/2.7.x/11414' of https://github.com/domcleal/puppet into 2.7.x 2011-12-30 10:28:16 -08:00
man
sbin
spec Merge branch 'tickets/2.7.x/11414' of https://github.com/domcleal/puppet into 2.7.x 2011-12-30 10:28:16 -08:00
tasks/rake Revert "Build a Rake task for building Apple Packages" 2011-12-08 17:06:20 -08:00
test maint: Rename xgenerate to add_dynamically_generated_resources 2011-11-28 17:12:57 -08:00
.gitignore
.testseries
CHANGELOG Update CHANGELOG for 2.7.9 release 2011-12-09 18:48:38 -08:00
CONTRIBUTING.md Add document outlining preferred contribution methods 2011-08-02 17:49:18 -07:00
LICENSE
README.md
README_DEVELOPER.md (maint) Fix grammar mistakes in README_DEVELOPER 2011-12-08 15:37:24 -08:00
Rakefile
install.rb (#10799) Regexp escaping too much 2011-11-15 13:16:04 -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.

License

See LICENSE file.

Support

Please log tickets and issues at our Projects site