Skip to content

Commit b009651

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

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
@@ -48,7 +48,7 @@ already explains what a module is and what it can contain.
4848
| `/lib/puppet/parser/functions/` | Legacy functions in Ruby |
4949
| `/lib/puppet_x/` | Custom Ruby modules to extend types, providers, functions or facts |
5050
| `/lib/augeas/lenses/` | Custom [Augeas](https://augeas.net/) lenses |
51-
| `/functions/` | Can contain [functions written in Puppet DSL](https://www.puppet.com/docs/puppet/latest/lang_write_functions_in_puppet.html) |
51+
| `/functions/` | MAY contain [functions written in Puppet DSL](https://www.puppet.com/docs/puppet/latest/lang_write_functions_in_puppet.html) |
5252
| `/metadata.json` | The `metadata.json` file MUST be present and MUST adhere to [Puppet's metadata](https://www.puppet.com/docs/puppet/latest/modules_metadata.html). [metadata-json-lint](https://github.com/voxpupuli/metadata-json-lint#metadata-json-lint) can be used to validate your file. |
5353
| `/README` | A README that describes what the module does. It's best practice to add a file extension like `.md`, `.rst` when a markup language is used |
5454
| `/LICENSE` | The `/LICENSE` file, with an optional file extension, SHOULD be included in the module. If the file is present, it MUST match `/metadata.json`'s license field. |

0 commit comments

Comments
 (0)