Skip to content

Commit

Permalink
fixe testing ca root pem path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarne committed Sep 25, 2024
1 parent c3c99e1 commit 45b0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
}
$agent_auth_option_manager = '-v /var/ossec/etc/rootCA.pem'
} elsif $wazuh_manager_root_ca_pem_path != undef {
validate_legacy(String, 'validate_string', $wazuh_manager_root_ca_pem)
validate_legacy(String, 'validate_string', $wazuh_manager_root_ca_pem_path)
$agent_auth_option_manager = "-v ${wazuh_manager_root_ca_pem_path}"
} else {
$agent_auth_option_manager = '' # Avoid errors when compounding final command
Expand Down

0 comments on commit 45b0fd8

Please sign in to comment.