You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: language/module.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ already explains what a module is and what it can contain.
33
33
|`/manifests/`| contains Puppet code |
34
34
|`hiera.yaml`| Can define a Hiera configuration for Hiera data within this module |
35
35
|`/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 |
37
37
|`/files/`| Static files that Puppet code within the module will distribute |
38
38
|`/examples/`| Example Puppet snippets that explain how to use the module. They can be used within acceptance tests |
39
39
|`/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