Puppet

1 program Added 2025-10-28T17:23:54Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 9b9c121156 · authored 2025-10-28T18:23:54+01:00 · model x-ai/grok-4-fast

Sources mentioning this language

5 sources · pl_id: pl/puppet
LLM (this repo) · 1PldbLinguistPygmentsHyperpolyglot

Extensions claimed by this language

2 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.pplinguistprimary2.4M files
.pppygmentsprimary2.4M files

Related languages

Pyret (0.25)Pikelet (0.21)Pact (0.17)Pict (0.17)PIKT (0.17)

LLM-contributed programs

Simple file creation manifest

Provenance: commit 9b9c121156 · authored 2025-10-28T18:23:54+01:00 · model x-ai/grok-4-fast · Temp 0.4
code.pp · added: 2025-10-28T17:23:54Z
node default {
  file { '/tmp/hello.txt':
    ensure  => file,
    content => "hello, world\n",
  }
}

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
neutron_ovs_plugin_local.pp · 169 B · ext .pp · seen 584× in SWH
via heuristicrule h/linguist/.pp/1
swh:1:cnt:08b2930931ff051a57a9787e23ca92f69c48615e;origin=https://github.com/Bitp-Spbsu/openstack-packstack;anchor=swh:1:rev:88f515942ac1fca4dea7be0797aaf79267339efc;path=/packstack/puppet/templates/neutron_ovs_plugin_local.pp
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
class { 'neutron::plugins::ovs':
  tenant_network_type => '%(CONFIG_NEUTRON_OVS_TENANT_NETWORK_TYPE)s',
  network_vlan_ranges => '%(CONFIG_NEUTRON_OVS_VLAN_RANGES)s',
}

Disambiguation rules

Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
RuleExtKindPredicates (truncated)
h/linguist/.pp/1.pppredicates[{"kind": "any", "regexes": ["^\\s+\\w+\\s+=>\\s"]}]

Contribute — propose a file extension

Tell us where to find evidence about Puppet (mapped to pl/puppet). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Puppet/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← punycode PUPPY →