Skip to content

Commit 24586d0

Browse files
bastelfreakekohl
andauthored
Update language/module.md
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
1 parent 94de5b2 commit 24586d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ already explains what a module is and what it can contain.
3333
| `/manifests/` | contains Puppet code |
3434
| `hiera.yaml` | Can define a Hiera configuration for Hiera data within this module |
3535
| `/data/` | If the module has a `hiera.yaml`, the related data has to be within `/data/` |
36-
| `/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 |
36+
| `/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 |
3737
| `/files/` | Static files that Puppet code within the module will distribute |
3838
| `/examples/` | Example Puppet snippets that explain how to use the module. They can be used within acceptance tests |
3939
| `/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) |

0 commit comments

Comments
 (0)