Skip to content

Commit

Permalink
Update language/module.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
bastelfreak and ekohl authored Oct 30, 2023
1 parent 94de5b2 commit 24586d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ already explains what a module is and what it can contain.
| `/manifests/` | contains Puppet code |
| `hiera.yaml` | Can define a Hiera configuration for Hiera data within this module |
| `/data/` | If the module has a `hiera.yaml`, the related data has to be within `/data/` |
| `/templates/` | Stores [epp](https://www.puppet.com/docs/puppet/latest/lang_template_epp.html) or [erb](https://www.puppet.com/docs/puppet/latest/lang_template_erb.html) templates |
| `/templates/` | Stores [epp](https://www.puppet.com/docs/puppet/latest/lang_template_epp.html) (preferred) or [erb](https://www.puppet.com/docs/puppet/latest/lang_template_erb.html) templates |
| `/files/` | Static files that Puppet code within the module will distribute |
| `/examples/` | Example Puppet snippets that explain how to use the module. They can be used within acceptance tests |
| `/facts.d/` | [External facts](https://www.puppet.com/docs/puppet/latest/external_facts.html) that are synced via [pluginsync](https://www.puppet.com/docs/puppet/latest/plugins_in_modules.html) |
Expand Down

0 comments on commit 24586d0

Please sign in to comment.