Skip to content

Commit

Permalink
Applying pull request changes from rehanone#37
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec committed Jan 19, 2024
1 parent 2c09b73 commit e4c0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

$samba::idmap_config.each | $idmap_domain, $idmap_options | {
$idmap_options.each | $idmap_option, $idmap_value | {
samba::option { "idmap config ${idmap_domain}: ${idmap_option}":
samba::option { "idmap config ${idmap_domain} : ${idmap_option}":
value => $idmap_value,
}
}
Expand Down

0 comments on commit e4c0133

Please sign in to comment.