We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d4bd3 commit d7c2fbcCopy full SHA for d7c2fbc
manifests/filebeat_oss.pp
@@ -66,9 +66,9 @@
66
ensure => directory,
67
mode => '0755',
68
}
69
- -> archive { "/tmp/${$wazuh_filebeat_module}":
+ -> archive { "/tmp/${wazuh_filebeat_module}":
70
ensure => present,
71
- source => "https://packages.wazuh.com/4.x/filebeat/${$wazuh_filebeat_module}",
+ source => "https://packages.wazuh.com/4.x/filebeat/${wazuh_filebeat_module}",
72
extract => true,
73
extract_path => $wazuh_filebeat_module_dir,
74
creates => "${wazuh_filebeat_module_dir}/wazuh",
0 commit comments