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/afs3_callback.pp | ||
---|---|---|
1 | 1 |
# @summary Open call back port for AFS clients |
2 | 2 |
# @param saddr list of source network ranges to a |
3 |
# @example |
|
4 |
# class{'nftables::rules::afs3_callback': |
|
5 |
# saddr => ['192.168.0.0/16', '10.0.0.222'] |
|
6 |
# } |
|
3 |
# @example allow call backs from particular hosts
|
|
4 |
# class{'nftables::rules::afs3_callback':
|
|
5 |
# saddr => ['192.168.0.0/16', '10.0.0.222']
|
|
6 |
# }
|
|
7 | 7 |
# |
8 | 8 |
class nftables::rules::afs3_callback ( |
9 | 9 |
Array[Stdlib::IP::Address::V4,1] $saddr = ['0.0.0.0/0'], |
Formats disponibles : Unified diff