Skip to content

Commit

Permalink
diff default ruleset for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nate st. germain committed Oct 17, 2019
1 parent f33801e commit 72d6b0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@
default => '/opt/threatstack/etc'
}

$rulesets = $facts['os']['family'] ? {
'Windows' => ['Windows Rule Set'],
default => ['Base Rule Set']
}

$package_version = 'installed'
$rulesets = ['Base Rule Set']
$extra_args = undef
$windows_install_options = ["TSDEPLOYKEY=${deploy_key}", "TSEVENTLOGLIST=Security,Microsoft-Windows-Sysmon/Operational"]

Expand Down

0 comments on commit 72d6b0e

Please sign in to comment.