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/init.pp | ||
---|---|---|
22 | 22 |
# @param out_http |
23 | 23 |
# Allow outbound to http servers. |
24 | 24 |
# |
25 |
# @param out_https
|
|
26 |
# Allow outbound to https servers.
|
|
25 |
# @param out_dns
|
|
26 |
# Allow outbound to dns servers.
|
|
27 | 27 |
# |
28 | 28 |
# @param out_https |
29 | 29 |
# Allow outbound to https servers. |
... | ... | |
77 | 77 |
# If specified only other existings tables will be flushed. |
78 | 78 |
# If left unset all tables will be flushed via a `flush ruleset` |
79 | 79 |
# |
80 |
# @param rules |
|
81 |
# Specify hashes of `nftables::rule`s via hiera |
|
82 |
# |
|
80 | 83 |
class nftables ( |
81 | 84 |
Boolean $in_ssh = true, |
82 | 85 |
Boolean $in_icmp = true, |
Formats disponibles : Unified diff