Last active
January 5, 2018 16:18
-
-
Save llowder/b066063738e42069f01403da845d1bec to your computer and use it in GitHub Desktop.
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
| # <snip> | |
| # @param install_dirs | |
| # * [Stdlib::Absolutepath] staging | |
| # * [Stdlib::Absolutepath] home | |
| # * [Stdlib::Absolutepath] install | |
| # * [Stdlib::Absolutepath] log | |
| # @param param_foo | |
| # * [Stdlib::Absolutepath] install_dirs | |
| # <snip> | |
| # | |
| ( | |
| # <snip> | |
| $param_foo = { | |
| install_dirs => { | |
| 'thing_1' => "${install_dirs['install']}/thing_1", | |
| 'thing_2' => "${install_dirs['install']}/thing_2", | |
| 'thing_3' => "${install_dirs['install']}/thing_3", | |
| 'thing_4' => "${install_dirs['install']}/thing_4", | |
| } | |
| } | |
| # snip |
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
| WARNING: missing documentation for class paramater foo::install_dirs['install'] on line 15 | |
| WARNING: missing documentation for class paramater foo::install_dirs['install'] on line 16 | |
| WARNING: missing documentation for class paramater foo::install_dirs['install'] on line 17 | |
| WARNING: missing documentation for class paramater foo::install_dirs['install'] on line 18 | |
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
| puppet: 4.5.3 | |
| puppet-lint: 4.5.3 | |
| puppet-lint-absolute_template_path: 1.0.1 | |
| puppet-lint-class_paramter_check: 0.3.0 | |
| puppet-lint-global_resource-check: 0.3.2 | |
| puppet-lint-legacy_facts-check: 0.0.3 | |
| puppet-lint-param-docs: 1.4.2 | |
| puppet-lint-security-plugins: 0.2.0 | |
| puppet-strings: 1.1.1 | |
| yard: 0.9.9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment