Skip to content

Commit ef911e1

Browse files
authored
Merge pull request #1194 from puppetlabs/CONT-437-add_package_ownership
(CONT-437) Identify Packages Owned By Puppet
2 parents 2aad356 + d984a48 commit ef911e1

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ PDK includes testing tools, a complete module skeleton, and command line tools t
1515

1616
PDK includes the following tools:
1717

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 |
2829

2930

3031
## Installation

docs/pdk_overview.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ PDK includes development and testing tools built by Puppet and by the Puppet
4343
open source community. PDK also installs its own Ruby environment and any gems
4444
it needs.
4545

46-
|Tool|Description|
47-
|----|-----------|
48-
|metadata-json-lint|Validates and lints `metadata.json` files in modules against Puppet module metadata style guidelines.|
49-
|pdk|Tool to generate and test modules and module content, such as classes, from the command line.|
50-
|puppet-lint|Checks your Puppet code against the recommendations in the Puppet language style guide.|
51-
|puppet-syntax|Checks for correct syntax in Puppet manifests, templates, and Hiera YAML.|
52-
|puppetlabs_spec_helper|Provides classes, methods, and Rake tasks to help with spec testing Puppet code.|
53-
|rspec-puppet|Tests the behavior of Puppet when it compiles your manifests into a catalog of Puppet resources.|
54-
|rspec-puppet-facts|Adds support for running `rspec-puppet` tests against the facts for your supported operating systems.|
55-
46+
|Tool|Description|Owned by Puppet|
47+
|----|-----------|---------------|
48+
|facterdb|A gem that contains facts for Operating Systems.| N |
49+
|metadata-json-lint|Validates and lints `metadata.json` files in modules against Puppet module metadata style guidelines.| N |
50+
|pdk|Tool to generate and test modules and module content, such as classes, from the command line.| Y |
51+
|puppet-debugger|Provides a REPL based debugger console.| N |
52+
|puppet-lint|Checks your Puppet code against the recommendations in the Puppet language style guide.| Y |
53+
|puppet-syntax|Checks for correct syntax in Puppet manifests, templates, and Hiera YAML.| N |
54+
|puppetlabs_spec_helper|Provides classes, methods, and Rake tasks to help with spec testing Puppet code.| Y |
55+
|rspec-puppet|Tests the behavior of Puppet when it compiles your manifests into a catalog of Puppet resources.| Y |
56+
|rspec-puppet-facts|Adds support for running `rspec-puppet` tests against the facts for your supported operating systems.| N |

0 commit comments

Comments
 (0)