Skip to content

Commit

Permalink
Fix port types
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 11, 2023
1 parent 61eacde commit 18aecca
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
@@ -1,9 +1,9 @@
class profile::userportal::server (
String $password,
String $prometheus_ip,
String $prometheus_port,
Integer $prometheus_port,
String $db_ip,
String $db_port,
Integer $db_port,
) {
$instances = lookup('terraform.instances')
$logins = $instances.filter |$keys, $values| { 'login' in $values['tags'] }
Expand Down

0 comments on commit 18aecca

Please sign in to comment.