Skip to content

Commit ed28eed

Browse files
committed
wf
1 parent 26352a8 commit ed28eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/run.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527

528528
if $ensure == 'absent' {
529529
if $facts['os']['family'] == 'windows' {
530-
$absent_stop_command = [$docker_command, 'stop', "--time=${stop_wait_time}", $sanitised_title]
530+
$absent_stop_command = "${docker_command} stop --time=${stop_wait_time} ${sanitised_title}"
531531
$absent_stop_onlyif = "${docker_command} inspect ${sanitised_title}"
532532

533533
exec { "stop container ${service_prefix}${sanitised_title}":

0 commit comments

Comments
 (0)