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/out/puppet.pp | ||
---|---|---|
1 |
# manage outgoing puppet |
|
1 |
# @summary manage outgoing puppet |
|
2 |
# @param puppetserver puppetserver hostname |
|
3 |
# @param puppetserver_port puppetserver port |
|
4 |
# |
|
2 | 5 |
class nftables::rules::out::puppet ( |
3 | 6 |
Variant[Stdlib::IP::Address,Array[Stdlib::IP::Address,1]] $puppetserver, |
4 | 7 |
Stdlib::Port $puppetserver_port = 8140, |
Formats disponibles : Unified diff