Created
February 11, 2014 16:28
-
-
Save petems/8938318 to your computer and use it in GitHub Desktop.
Puppet-doc-lint output example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle exec bin/puppet-doc-lint ~/Projects/puppetlabs-firewall/ | |
Class name was: firewall | |
File name /Users/peterso/Projects/puppetlabs-firewall//manifests/init.pp | |
Parameters found ["ensure"] | |
No documentation error: | |
Documented parameters found | |
Undocumented parameters found | |
Class name was: firewall::linux::archlinux | |
File name /Users/peterso/Projects/puppetlabs-firewall//manifests/linux/archlinux.pp | |
Parameters found ["ensure", "enable"] | |
No documentation error: | |
Documented parameters found | |
Undocumented parameters found | |
Class name was: firewall::linux::debian | |
File name /Users/peterso/Projects/puppetlabs-firewall//manifests/linux/debian.pp | |
Parameters found ["ensure", "enable"] | |
No documentation error: | |
Documented parameters found | |
Undocumented parameters found | |
Class name was: firewall::linux::redhat | |
File name /Users/peterso/Projects/puppetlabs-firewall//manifests/linux/redhat.pp | |
Parameters found ["ensure", "enable"] | |
No documentation error: | |
Documented parameters found | |
Undocumented parameters found | |
Class name was: firewall::linux | |
File name /Users/peterso/Projects/puppetlabs-firewall//manifests/linux.pp | |
Parameters found ["ensure"] | |
No documentation error: | |
Documented parameters found | |
Undocumented parameters found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment