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/dns.pp | ||
---|---|---|
1 |
# manage out dns |
|
1 |
# @summary manage out dns |
|
2 |
# @param dns_server specify dns_server name |
|
2 | 3 |
class nftables::rules::out::dns ( |
3 | 4 |
Optional[Variant[String,Array[String,1]]] $dns_server = undef, |
4 | 5 |
) { |
Formats disponibles : Unified diff