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/ceph_client.pp | ||
---|---|---|
1 |
# Ceph is a distributed object store and file system. |
|
2 |
# Enable this to be a client of Ceph's Monitor (MON), |
|
3 |
# Object Storage Daemons (OSD), Metadata Server Daemons (MDS), |
|
4 |
# and Manager Daemons (MGR). |
|
1 |
# @summary |
|
2 |
# Ceph is a distributed object store and file system. |
|
3 |
# Enable this to be a client of Ceph's Monitor (MON), |
|
4 |
# Object Storage Daemons (OSD), Metadata Server Daemons (MDS), |
|
5 |
# and Manager Daemons (MGR). |
|
6 |
# @param ports Specify ports to open |
|
5 | 7 |
class nftables::rules::out::ceph_client ( |
6 | 8 |
Array[Stdlib::Port,1] $ports = [3300, 6789], |
7 | 9 |
) { |
Formats disponibles : Unified diff