@@ -15,16 +15,17 @@ PDK includes testing tools, a complete module skeleton, and command line tools t
15
15
16
16
PDK includes the following tools:
17
17
18
- Tool | Description
19
- ----------------|-------------------------
20
- metadata-json-lint | Validates and lints ` metadata.json ` files in modules against Puppet's module metadatastyle guidelines.
21
- pdk | Command line tool for generating and testing modules
22
- puppet-lint | Checks your Puppet code against the recommendations in the Puppet Language style guide.
23
- puppet-syntax | Checks for correct syntax in Puppet manifests, templates, and Hiera YAML.
24
- puppetlabs_spec_helper | Provides classes, methods, and Rake tasks to help with spec testing Puppet code.
25
- rspec-puppet | Tests the behavior of Puppet when it compiles your manifests into a catalog of Puppet resources.
26
- rspec-puppet-facts | Adds support for running rspec-puppet tests against the facts for your supported operating systems.
27
- puppet-debugger | Provides a REPL based debugger console.
18
+ | Tool| Description| Owned by Puppet|
19
+ | ----| -----------| ---------------|
20
+ | facterdb| A gem that contains facts for Operating Systems.| N |
21
+ | metadata-json-lint| Validates and lints ` metadata.json ` files in modules against Puppet module metadata style guidelines.| N |
22
+ | pdk| Tool to generate and test modules and module content, such as classes, from the command line.| Y |
23
+ | puppet-debugger| Provides a REPL based debugger console.| N |
24
+ | puppet-lint| Checks your Puppet code against the recommendations in the Puppet language style guide.| Y |
25
+ | puppet-syntax| Checks for correct syntax in Puppet manifests, templates, and Hiera YAML.| N |
26
+ | puppetlabs_spec_helper| Provides classes, methods, and Rake tasks to help with spec testing Puppet code.| Y |
27
+ | rspec-puppet| Tests the behavior of Puppet when it compiles your manifests into a catalog of Puppet resources.| Y |
28
+ | rspec-puppet-facts| Adds support for running ` rspec-puppet ` tests against the facts for your supported operating systems.| N |
28
29
29
30
30
31
## Installation
0 commit comments