Skip to content

Commit 8a5611d

Browse files
committed
Add missing paths to allowed module layout
1 parent 3722883 commit 8a5611d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

language/module.md

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ already explains what a module is and what it can contain.
4545
| `/lib/puppet/type/` | Custom types |
4646
| `/lib/puppet/provider/` | Custom provider for one or multiple types |
4747
| `/lib/puppet/functions/` | Modern functions in Ruby for the new API |
48+
| `/lib/puppet/datatypes/` | Custom Puppet Datatypes |
49+
| `/lib/puppet/face/` | Custom Puppet Faces |
50+
| `/lib/puppet/feature/` | Custom Puppet Features for providers |
51+
| `/lib/puppet/property/` | Custom Puppet Properties for Types/Providers |
52+
| `/lib/puppet/transport/` | Puppet Device Transports for the Resource API |
53+
| `/lib/puppet/util/network_device` | Puppet Device Transports |
4854
| `/lib/puppet/parser/functions/` | Legacy functions in Ruby |
4955
| `/lib/puppet_x/` | Custom Ruby modules to extend types, providers, functions or facts |
5056
| `/lib/augeas/lenses/` | Custom [Augeas](https://augeas.net/) lenses |

0 commit comments

Comments
 (0)