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
+8-2
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,15 @@ already explains what a module is and what it can contain.
42
42
|`/examples/`| Example Puppet snippets that explain how to use the module. They can be used within acceptance tests |
43
43
|`/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)|
44
44
|`/lib/facter/`| MAY contain custom facts |
45
-
|`/lib/puppet/type/`| Custom types |
46
-
|`/lib/puppet/provider/`| Custom provider for one or multiple types |
45
+
|`/lib/puppet/type/`| Custom Resource types |
46
+
|`/lib/puppet/provider/`| Custom provider for one or multiple Resource types |
47
47
|`/lib/puppet/functions/`| Modern functions in Ruby for the new API |
48
+
|`/lib/puppet/datatypes/`| Custom Puppet Data types |
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 |
0 commit comments