puppetlabs/puppet

Server automation framework and application

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 14th, 2010
Open Issues & Pull Requests: 98 (+0)
GitHub issues: Enabled
Number of forks: 2,209
Total Stargazers: 7,926 (+0)
Total Subscribers: 451 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 47.9 hours
Mean response time: 44.7 days
90th percentile: 113.0 days
Tracked items: 51

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 586 days
Stale 30+ days: 34
Stale 90+ days: 33

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (44)
  • triaged (14)
  • enhancement (12)
  • accepted (8)
  • help wanted (1)
  • wontfix (1)

Most active issues this week

Detailed Description

Puppet is a server automation framework that performs administrative tasks across Linux, Unix, and Windows systems based on centralized specifications.

Puppet solves the problem of managing infrastructure at scale by allowing operators to declare desired system states rather than executing manual commands on individual machines. It works by reading a centralized specification and automatically applying administrative tasks such as adding users, installing packages, and updating server configurations across multiple systems.

Organizations should choose Puppet if they need to manage infrastructure across heterogeneous environments spanning multiple operating systems. It suits teams managing large numbers of servers where consistency and repeatability are critical. The project offers both an open-source version and Puppet Enterprise, which adds orchestration features, a web console, and professional support for organizations requiring those capabilities.

The project maintains semantic versioning and recommends users stay current with patch and minor releases as they become available. Bug fixes and ongoing development occur in minor releases for the current major version, while security fixes are backported to previous major versions on a best-effort basis until those versions are no longer maintained. Long-term support including security patches and bug fixes is available through commercial licensing. The project uses an HTTP API for integration and provides comprehensive documentation through a dedicated docs site. Community support is available through GitHub Issues, a mailing list, and a Slack channel.