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:
Andrey Nikitin 2016-03-21 12:47:17 +03:00
parent 95670757ae
commit 86262df7c8
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
# 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
class iptables(
$rules4 = [],
$rules6 = [],
$rules4 = [],
$rules6 = [],
$public_tcp_ports = [],
$public_udp_ports = []
) {