Révision 09cba182
Enable parameter_documentation lint
The linter checks that every parameter has been documented.
While corrections have been made to great many classes some more
complicated examples have been left for now. Should be updated
as the files get touched.
https://github.com/domcleal/puppet-lint-param-docs
manifests/rules/tor.pp | ||
---|---|---|
1 |
# manage in tor |
|
1 |
# @summary manage in tor |
|
2 |
# @param ports ports for tor |
|
2 | 3 |
class nftables::rules::tor ( |
3 | 4 |
Array[Stdlib::Port,1] $ports = [9001], |
4 | 5 |
) { |
Formats disponibles : Unified diff