Skip to content

Commit

Permalink
enclose variable in {}
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Apr 12, 2024
1 parent a8ca4de commit 5d60b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/slurm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
}

if $pam_access_group and $pam_access_group != '' {
$access_conf_addon = "+:$pam_access_group:ALL"
$access_conf_addon = "+:${pam_access_group}:ALL"
}
else {
$access_conf_addon = ''
Expand Down

0 comments on commit 5d60b38

Please sign in to comment.