Skip to content

Commit

Permalink
Merge pull request #3 from nberlee/patch-1
Browse files Browse the repository at this point in the history
Make download actually work
  • Loading branch information
solarkennedy committed May 7, 2014
2 parents 327e405 + e459554 commit 30e72de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
url => $consul::download_url,
target => $consul::bin_dir,
extension => 'zip',
checksum => false,
follow_redirects => true,
}

} elsif $consul::install_method == 'package' {
Expand Down

0 comments on commit 30e72de

Please sign in to comment.