Skip to content

Commit

Permalink
More changes to gen_params.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Sep 25, 2023
1 parent 3d8f727 commit b765040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gen_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ header() {
# @param [Array] destination An array of destination IPs or CIDRs.
# @param [Array] proto An array of protocols.
# @param [Array] icmp An array of ICMP types.
# @param [Array] provider An array of providers.
# @param [Array] protocol An array of protocols.
#
define firewall_multi (
$ensure = undef,
$provider = undef,
$protocol = undef,
EOF
}

Expand All @@ -32,7 +32,7 @@ middle() {
{
$name => {
ensure => $ensure,
provider => $provider,
protocol => $protocol,
EOF
}

Expand Down

0 comments on commit b765040

Please sign in to comment.