Skip to content

Commit

Permalink
Change Wazuh Filebeat Module to production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Aug 13, 2019
1 parent 6c691b2 commit 1bc6b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/filebeat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

exec { 'Installing filebeat module ... Downloading package':
path => '/usr/bin',
command => "curl -o /root/${$wazuh_filebeat_module} https://packages-dev.wazuh.com/3.x/filebeat/${$wazuh_filebeat_module}",
command => "curl -o /root/${$wazuh_filebeat_module} https://packages.wazuh.com/3.x/filebeat/${$wazuh_filebeat_module}",
}

exec { 'Unpackaging ...':
Expand Down

0 comments on commit 1bc6b79

Please sign in to comment.