diff --git a/manifests/init.pp b/manifests/init.pp index 57f6425bd..077a29bd6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -243,10 +243,12 @@ backup => $backup, } + # lint:ignore:quoted_booleans $absent_exec_command = $::kernel ? { 'windows' => 'cmd.exe /c exit 0', - default => true, + default => 'true', } + # lint:endignore $absent_exec_path = $::kernel ? { 'windows' => $::path,