Skip to content

Commit

Permalink
Merge pull request #31 from svanharmelen/dev
Browse files Browse the repository at this point in the history
Updated attributes to use Chef0Guard v0.6.1
  • Loading branch information
Sander van Harmelen committed Aug 7, 2015
2 parents 60a2bd5 + 1b7446d commit 4d39780
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Chef-Guard CHANGELOG
====================

0.3.3
-----
- Sander van Harmelen - Updated the version attibutes to use the latest release of Chef-Guard v0.6.1
- Miguel Ferreira - Updated the foodcritic tests for better readability

0.3.2
-----
- Sander van Harmelen - Fixed foodcritic tests
Expand Down
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
#


default['chef-guard']['version'] = '0.6.0'
default['chef-guard']['version'] = '0.6.1'
default['chef-guard']['install_dir'] = '/opt/chef-guard'
default['chef-guard']['vault'] = 'chef-guard'
default['chef-guard']['vault_item'] = 'chef.bookshelf'

if kernel['machine'] =~ /x86_64/
default['chef-guard']['url'] = "https://github.com/xanzy/chef-guard/releases/download/v#{node['chef-guard']['version']}/chef-guard-v#{node['chef-guard']['version']}-linux-x64.tar.gz"
default['chef-guard']['checksum'] = '31e620bf4ed1c150a0b9d36d3b52300de9b3ecc0541ca9305e520edc107bf519'
default['chef-guard']['checksum'] = 'b64fcc4003cf2c0d8a94f7df88088aedfea563403a5fd3405fe33a1077e931d9'
else
default['chef-guard']['url'] = "https://github.com/xanzy/chef-guard/releases/download/v#{node['chef-guard']['version']}/chef-guard-v#{node['chef-guard']['version']}-linux-x86.tar.gz"
default['chef-guard']['checksum'] = '04037b258e59237247ef1e4d5dc4241726757c92dc218850f163ddaa073f4aeb'
default['chef-guard']['checksum'] = 'ab0ce668a68a59da2c443a6c0084557b23699a09fc91bb4e752f63875980d62a'
end

# These options are used for the 'Default' section
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Chef-Guard'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.3.2'
version '0.3.3'

%w(redhat centos ubuntu).each do |os|
supports os
Expand Down

0 comments on commit 4d39780

Please sign in to comment.