Skip to content

Commit

Permalink
Merge pull request #326 from bmjen/refix-lint
Browse files Browse the repository at this point in the history
fixes bug introduced by a linting fix
  • Loading branch information
Morgan Haskel committed Jun 1, 2015
2 parents 6cecf8c + a5cce42 commit 5997e65
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 5997e65

Please sign in to comment.