Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 28, 2024
1 parent a821119 commit 0a10400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
jump => 'DNAT',
proto => 'tcp',
dport => 5432,
todest => "${container_ip}:5432",
todest => "$postgres_ip}:5432",

Check warning on line 31 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

variable not enclosed in {} (check: variables_not_enclosed)
table => 'nat',
}

Expand Down

0 comments on commit 0a10400

Please sign in to comment.