Skip to content

Commit

Permalink
Merge pull request #494 from genebean/fix_wazuh_enrollment_auth_pass
Browse files Browse the repository at this point in the history
Use provided value for wazuh_enrollment_auth_pass
  • Loading branch information
alberpilot authored Jun 21, 2022
2 parents 9ede90a + 8bdc010 commit 0d2ebbf
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 @@ -658,7 +658,7 @@
owner => 'root',
group => 'wazuh',
mode => '0640',
content => $wazuh::params_agent::wazuh_enrollment_auth_pass,
content => $wazuh_enrollment_auth_pass,
require => Package[$wazuh::params_agent::agent_package_name],
}
}
Expand Down

0 comments on commit 0d2ebbf

Please sign in to comment.