Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puppetlabs/puppet
Server automation framework and application
https://github.com/puppetlabs/puppet
Last synced: 5 days ago
JSON representation
Server automation framework and application
- Host: GitHub
- URL: https://github.com/puppetlabs/puppet
- Owner: puppetlabs
- License: apache-2.0
- Created: 2010-09-14T19:26:44.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T04:01:36.000Z (about 2 months ago)
- Last Synced: 2025-01-13T14:11:32.187Z (12 days ago)
- Language: Ruby
- Homepage: https://puppet.com/open-source/#osp
- Size: 86.4 MB
- Stars: 7,495
- Watchers: 463
- Forks: 2,192
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- stars - puppetlabs/puppet
- awesome-ruby-toolbox - Puppet - Puppet, an automated configuration management tool (Provision, Deploy & Host / System Provisioning)
- awesome-ruby - Puppet - An automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification. (DevOps Tools)
- awesome-repositories - puppetlabs/puppet - Server automation framework and application (Ruby)
- awesome-ops - puppetlabs/puppet - 2.0|7407|2010-09-14|2024-10-01 | 服务器自动化框架和应用程序 | (运维自动化)
- jimsghstars - puppetlabs/puppet - Server automation framework and application (Ruby)
- Open-Source-Ruby-and-Rails-Apps - puppet - Server automation framework and application 🔥 ✅ 🚀 (Happy Exploring 🤘)
README
# Puppet
![RSpec tests](https://github.com/puppetlabs/puppet/workflows/RSpec%20tests/badge.svg)
[![Gem Version](https://badge.fury.io/rb/puppet.svg)](https://badge.fury.io/rb/puppet)
[![Inline docs](https://inch-ci.org/github/puppetlabs/puppet.svg)](https://inch-ci.org/github/puppetlabs/puppet)Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs
administrative tasks (such as adding users, installing packages, and updating server
configurations) based on a centralized specification.## Documentation
Documentation for Puppet and related projects can be found online at the
[Puppet Docs site](https://puppet.com/docs).### HTTP API
[HTTP API Index](https://puppet.com/docs/puppet/latest/http_api/http_api_index.html)
## Installation
The best way to run Puppet is with [Puppet Enterprise (PE)](https://puppet.com/products/puppet-enterprise/),
which also includes orchestration features, a web console, and professional support.
The PE documentation is [available here.](https://puppet.com/docs/pe/latest)To install an open source release of Puppet,
[see the installation guide on the docs site.](https://puppet.com/docs/puppet/latest/installing_and_upgrading.html)If you need to run Puppet from source as a tester or developer,
see the [Quick Start to Developing on Puppet](docs/quickstart.md) guide.## Developing and Contributing
We'd love to get contributions from you! For a quick guide to getting your
system setup for developing, take a look at our [Quickstart
Guide](https://github.com/puppetlabs/puppet/blob/main/docs/quickstart.md). Once you are up and running, take a look at the
[Contribution Documents](https://github.com/puppetlabs/.github/blob/main/CONTRIBUTING.md) to see how to get your changes merged
in.For more complete docs on developing with Puppet, take a look at the
rest of the [developer documents](https://github.com/puppetlabs/puppet/blob/main/docs/index.md).## Licensing
See [LICENSE](https://github.com/puppetlabs/puppet/blob/main/LICENSE) file. Puppet is licensed by Puppet, Inc. under the Apache license. Puppet, Inc. can be contacted at: [email protected]
## Support
Please log issues in this project's [GitHub Issues](https://github.com/puppetlabs/puppet/issues). A [mailing
list](https://groups.google.com/forum/?fromgroups#!forum/puppet-users) is
available for asking questions and getting help from others, or if you prefer chat, we also have a [Puppet Community slack.](https://puppetcommunity.slack.com/)We use semantic version numbers for our releases and recommend that users stay
as up-to-date as possible by upgrading to patch releases and minor releases as
they become available.Bug fixes and ongoing development will occur in minor releases for the current
major version. Security fixes will be backported to a previous major version on
a best-effort basis, until the previous major version is no longer maintained.For example: If a security vulnerability is discovered in Puppet 8.1.1, we
would fix it in the 8 series, most likely as 8.1.2. Maintainers would then make
a best effort to backport that fix onto the latest Puppet 7 release.Long-term support, including security patches and bug fixes, is available for
commercial customers. Please see the following page for more details:[Puppet Enterprise Support Lifecycle](https://puppet.com/docs/puppet-enterprise/product-support-lifecycle/)