Skip to content

Commit

Permalink
updated beats to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Dec 18, 2016
1 parent dd788a3 commit 01d4252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This cookbook was tested on Amazon & Ubuntu Linux and expected to work on other

## Core Attributes

* `default['packetbeat']['version']` (default: `1.3.1`): packetbeat version
* `default['packetbeat']['version']` (default: `5.1.1`): packetbeat version

* `default['packetbeat']['packages']` (default: `calculated`): package dependencies

Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default['packetbeat']['version'] = '1.3.1'
default['packetbeat']['version'] = '5.1.1'
default['packetbeat']['disable_service'] = false
default['packetbeat']['packages'] = value_for_platform_family(
'debian' => %w(libpcap0.8),
Expand Down

0 comments on commit 01d4252

Please sign in to comment.