Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Puppet

< >

Puppet is an open source programming language created in 2005.

#153on PLDB 19Years Old 23kRepos
Wikipedia · Twitter

In computing, Puppet is an open-source software configuration management tool. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its own declarative language to describe system configuration. Puppet is produced by Puppet, founded by Luke Kanies in 2005. Read more on Wikipedia...


Example from Linguist:
hiera_include('classes')
Example from Wikipedia:
user { 'harry': ensure => present, uid => '1000', shell => '/bin/bash', home => '/var/tmp' }

Language features

Feature Supported Example Token
Integers ✓
Floats ✓
Hexadecimals ✓
Octals ✓
View source
- Build the next great programming language · About · Keywords · Resources · Acknowledgements · Part of the World Wide Scroll