Projet

Général

Profil

Révision 09cba182

ID09cba1822af345c6fe7d4db1a49921f12a53cb31
Parent 6587545a
Enfant e2031b31

Ajouté par Steve Traylen il y a plus de 4 ans

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

Voir les différences:

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