Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rshad committed Mar 24, 2020
1 parent f9e17b2 commit 701a7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/activeresponse.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
#Define for a specific ossec active-response
define wazuh::activeresponse(
$active_response_name = 'Rednering active-response template',
$active_response_name = 'Rendering active-response template',
$active_response_disabled = undef,
$active_response_linux_ca_store = undef,
$active_response_ca_verification = undef,
Expand Down
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
$ossec_active_response_linux_ca_store = $wazuh::params_agent::active_response_linux_ca_store,

$ossec_active_response_ca_verification = $wazuh::params_agent::active_response_ca_verification,
$ossec_active_response_command = $wazuh::params_manager::active_response_command,
$ossec_active_response_command = $wazuh::params_agent::active_response_command,
$ossec_active_response_location = $wazuh::params_agent::active_response_location,
$ossec_active_response_level = $wazuh::params_agent::active_response_level,
$ossec_active_response_agent_id = $wazuh::params_agent::active_response_agent_id,
Expand Down

0 comments on commit 701a7e4

Please sign in to comment.