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/ceph_mon.pp | ||
---|---|---|
1 |
# Ceph is a distributed object store and file system. |
|
2 |
# Enable this option to support Ceph's Monitor Daemon. |
|
1 |
# @summary |
|
2 |
# Ceph is a distributed object store and file system. |
|
3 |
# Enable this option to support Ceph's Monitor Daemon. |
|
4 |
# @param ports specify ports for ceph service |
|
3 | 5 |
class nftables::rules::ceph_mon ( |
4 | 6 |
Array[Stdlib::Port,1] $ports = [3300, 6789], |
5 | 7 |
) { |
Formats disponibles : Unified diff