Skip to content

Commit

Permalink
fixes bug introduced by a linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed Jun 1, 2015
1 parent 6cecf8c commit a5cce42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5cce42

Please sign in to comment.