File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ already explains what a module is and what it can contain.
45
45
| ` /lib/puppet/type/ ` | Custom types |
46
46
| ` /lib/puppet/provider/ ` | Custom provider for one or multiple types |
47
47
| ` /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 |
48
54
| ` /lib/puppet/parser/functions/ ` | Legacy functions in Ruby |
49
55
| ` /lib/puppet_x/ ` | Custom Ruby modules to extend types, providers, functions or facts |
50
56
| ` /lib/augeas/lenses/ ` | Custom [ Augeas] ( https://augeas.net/ ) lenses |
You can’t perform that action at this time.
0 commit comments