Révision 11bf7237
lint_fix results
manifests/rules/ceph_mon.pp | ||
---|---|---|
1 | 1 |
# Ceph is a distributed object store and file system. |
2 | 2 |
# Enable this option to support Ceph's Monitor Daemon. |
3 |
class nftables::rules::ceph_mon( |
|
3 |
class nftables::rules::ceph_mon (
|
|
4 | 4 |
Array[Integer,1] $ports = [3300, 6789], |
5 |
){ |
|
6 |
nftables::rule{ |
|
5 |
) {
|
|
6 |
nftables::rule {
|
|
7 | 7 |
'default_in-ceph_mon': |
8 | 8 |
content => "tcp dport {${$ports.join(', ')}} accept comment \"Accept Ceph MON\"", |
9 | 9 |
} |
Formats disponibles : Unified diff