Skip to content

Commit 441efb0

Browse files
committed
Add missing parenthesis to add_compiler plan
1 parent 7605b80 commit 441efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/add_compiler.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
run_command('systemctl start puppet.service', peadm::flatten_compact([
8484
$primary_postgresql_target,
8585
$compiler_target,
86-
])
86+
]))
8787

8888
return("Adding or replacing compiler ${$compiler_target.peadm::certname()} succeeded.")
8989

0 commit comments

Comments
 (0)