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 ccc0380
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/profile/prometheus.pp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
dport => 9100,
source => $::ipaddress,
state => 'NEW',
action => 'accept',
jump => 'accept',
}

case $facts["mlibrary_ip_addresses"] {
Expand Down Expand Up @@ -194,7 +194,7 @@
proto => 'tcp',
source => $address,
state => 'NEW',
action => 'accept',
jump => 'accept',
;

"010 prometheus public node exporter ${::hostname} ${address}":
Expand All @@ -215,7 +215,7 @@
proto => 'tcp',
source => $address,
state => 'NEW',
action => 'accept',
jump => 'accept',
;

"010 prometheus private node exporter ${::hostname} ${address}":
Expand All @@ -236,7 +236,7 @@
dport => 9101,
source => $::ipaddress,
state => 'NEW',
action => 'accept',
jump => 'accept',
}

@@firewall { "010 prometheus mysql exporter ${::hostname}":
Expand All @@ -245,7 +245,7 @@
dport => 9104,
source => $::ipaddress,
state => 'NEW',
action => 'accept',
jump => 'accept',
}

Firewall <<| tag == "${::datacenter}_pushgateway_node" |>>
Expand Down

0 comments on commit ccc0380

Please sign in to comment.