Skip to content

Commit

Permalink
Merge pull request #124 from lbetz/main
Browse files Browse the repository at this point in the history
Fix eventlog as logging_type on Windows
  • Loading branch information
SimonHoenscheid authored Jun 4, 2024
2 parents 948b0c0 + 3cba2ff commit 3a2473c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
'windows': {
$manage_repo = false

if $logging_type != 'file' {
fail('Only file is supported as logging_type on Windows')
if $logging_type == 'syslog' {
fail('Only eventlog and file is supported as logging_type on Windows')
}
}

Expand Down

0 comments on commit 3a2473c

Please sign in to comment.