Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago David committed Sep 5, 2019
1 parent 5bc01fe commit 5de1b49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/domain.pp
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,10 @@
$domain_template_variables = $domain_template ? {
'ohs_standalone' => $default_domain_template_variables,

default => merge($default_domain_template_variables, {
'wls_apps_inside_domain' => $wls_apps_inside_domain,
'crossdomain_enabled' => $crossdomain_enabled
}),
default => merge($default_domain_template_variables, {
'wls_apps_inside_domain' => $wls_apps_inside_domain,
'crossdomain_enabled' => $crossdomain_enabled
}),
}

# the domain.py used by the wlst
Expand Down

0 comments on commit 5de1b49

Please sign in to comment.