Skip to content

Commit

Permalink
Fix typo when calling wazuh_filebeat_module variable
Browse files Browse the repository at this point in the history
  • Loading branch information
poloz-lab committed Feb 10, 2023
1 parent 63d4bd3 commit d7c2fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/filebeat_oss.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
ensure => directory,
mode => '0755',
}
-> archive { "/tmp/${$wazuh_filebeat_module}":
-> archive { "/tmp/${wazuh_filebeat_module}":
ensure => present,
source => "https://packages.wazuh.com/4.x/filebeat/${$wazuh_filebeat_module}",
source => "https://packages.wazuh.com/4.x/filebeat/${wazuh_filebeat_module}",
extract => true,
extract_path => $wazuh_filebeat_module_dir,
creates => "${wazuh_filebeat_module_dir}/wazuh",
Expand Down

0 comments on commit d7c2fbc

Please sign in to comment.