Skip to content

Commit

Permalink
Fix variable name in class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 11, 2023
1 parent d1b216f commit 61eacde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/profile/manifests/userportal.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
String $password,
String $prometheus_ip,
String $prometheus_port,
String $mysql_ip,
String $mysql_port,
String $db_ip,
String $db_port,
) {
$instances = lookup('terraform.instances')
$logins = $instances.filter |$keys, $values| { 'login' in $values['tags'] }
Expand Down

0 comments on commit 61eacde

Please sign in to comment.