Skip to content

Commit

Permalink
Allow http links for downloading filebeat for windows (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdenneen authored and pcfens committed Jan 25, 2017
1 parent adc8045 commit 93ef7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install/windows.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class filebeat::install::windows {
$filename = regsubst($filebeat::download_url, '^https.*\/([^\/]+)\.[^.].*', '\1')
$filename = regsubst($filebeat::download_url, '^https?.*\/([^\/]+)\.[^.].*', '\1')
$foldername = 'Filebeat'

file { $filebeat::install_dir:
Expand Down

0 comments on commit 93ef7e1

Please sign in to comment.