Indentation of the class parameters is refactored
Indentation of those parameters are changed to follow Puppet Style Guide recommendation [0]. [0]. https://docs.puppetlabs.com/guides/style_guide.html Change-Id: I336a845d5b2256c90987e1295545dbf26fd2076b
This commit is contained in:
parent
95670757ae
commit
86262df7c8
@ -10,8 +10,8 @@
|
|||||||
# public_tcp_ports: List of integer TCP ports on which to allow all traffic
|
# public_tcp_ports: List of integer TCP ports on which to allow all traffic
|
||||||
# public_udp_ports: List of integer UDP ports on which to allow all traffic
|
# public_udp_ports: List of integer UDP ports on which to allow all traffic
|
||||||
class iptables(
|
class iptables(
|
||||||
$rules4 = [],
|
$rules4 = [],
|
||||||
$rules6 = [],
|
$rules6 = [],
|
||||||
$public_tcp_ports = [],
|
$public_tcp_ports = [],
|
||||||
$public_udp_ports = []
|
$public_udp_ports = []
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user