Skip to content

Commit ca83062

Browse files
authored
Merge pull request #177 from puppetlabs/add_compiler_fix
Add missing parenthesis to add_compiler plan
2 parents 7605b80 + 441efb0 commit ca83062

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)