Use udef as default for execdriver because the -e option is not supported on all docker versions.
This commit is contained in:
Родитель
9a9f4e6537
Коммит
80f072b438
|
@ -18,5 +18,5 @@ class docker::params {
|
|||
}
|
||||
$proxy = undef
|
||||
$no_proxy = undef
|
||||
$execdriver = 'native'
|
||||
$execdriver = undef
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче