Skip to content

Commit

Permalink
s/action/jump/ - DON'T MERGE
Browse files Browse the repository at this point in the history
delete this commit before rebasing
  • Loading branch information
rrotter committed Nov 7, 2024
1 parent 5436d6e commit 78608d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/profile/prometheus/exporter/node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
fail("${datacenter} host cannot be scraped by ${monitoring_datacenter} prometheus server without a public IP address")
} elsif $all_private_addresses != [] and $monitoring_datacenter == $datacenter {
$ipaddresses = $all_private_addresses
Firewall <<| tag == "${monitoring_datacenter}_prometheus_private_node_exporter" |>>
# Firewall <<| tag == "${monitoring_datacenter}_prometheus_private_node_exporter" |>>
Concat_fragment <<| title == "02 pushgateway advanced private url ${monitoring_datacenter}" |>>
} else {
$ipaddresses = $all_public_addresses
Expand All @@ -155,7 +155,7 @@
dport => 9091,
source => $address,
state => 'NEW',
action => 'accept',
jump => 'accept',
}
}

Expand Down

0 comments on commit 78608d6

Please sign in to comment.