Skip to content

Commit

Permalink
Updating default version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Thomas committed Dec 20, 2013
1 parent a32867e commit 2c5a9da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ platforms:
package:
checksum:
ubuntu:
precise: "b4e4e31b8e1cd25ea4d3bcd9af94e7322ce1c08645425891574f57ba58f8c516"
precise: "13b4649bf3b62782138ed0dc05ad70436a1045c795bf3c2f77a380904dedce85"
- name: debian-7.2.0
driver_config:
box: opscode-debian-7.2.0
Expand All @@ -31,7 +31,7 @@ platforms:
package:
checksum:
debian:
"7": "ab5b07c9430aed4874020aa8c4688f1efa14f2a8fba5659fbcbf2004183b51fc"
"7": "304955506014be1a88c9825936a2a7b9649ae04ca3c352787a4d70a4cb501c62"
- name: centos-6.5
driver_config:
box: opscode-centos-6.5
Expand All @@ -46,7 +46,7 @@ platforms:
package:
checksum:
centos:
"6": "5bfed85a02df7f297cf20402f147997b06c8ea59dbe860186a54e9dec2dc26e2"
"6": "62a17575fc0d560183a05cfde202085b9d87e0c8a0e892b5ad471139f18c6332"
- name: centos-5.10
driver_config:
box: opscode-centos-5.10
Expand All @@ -61,7 +61,7 @@ platforms:
package:
checksum:
centos:
"5": "c821ddea30cdce72464909ea0a6dd2bb9e0dada4041e2b56e3569bad11a5f869"
"5": "9381a2fcc8ba5a8673c7d56f33635fe41f3735df455c02d3f6e66b28c3f9ad4d"
suites:
- name: default
run_list:
Expand All @@ -72,7 +72,7 @@ suites:
package:
version:
minor: 4
incremental: 2
incremental: 6
- name: default13
run_list:
- recipe[minitest-handler]
Expand Down Expand Up @@ -102,7 +102,7 @@ suites:
package:
version:
minor: 4
incremental: 3
incremental: 6
enterprise_key: <%= (ENV["RIAK_ENTERPRISE_KEY"].nil? ? "" : ENV["RIAK_ENTERPRISE_KEY"]) %>
- name: enterprise13
run_list:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ node['riak']['install_method'] = "package"
# package.rb
node['riak']['package']['version']['major'] = "1"
node['riak']['package']['version']['minor'] = "4"
node['riak']['package']['version']['incremental'] = "2"
node['riak']['package']['version']['incremental'] = "6"
```

If you are installing Riak Enterprise with the `custom_repository` method,
Expand Down
2 changes: 1 addition & 1 deletion attributes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
default['riak']['package']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['package']['version']['major'] = "1"
default['riak']['package']['version']['minor'] = "4"
default['riak']['package']['version']['incremental'] = "2"
default['riak']['package']['version']['incremental'] = "6"
default['riak']['package']['version']['build'] = "1"
default['riak']['package']['config_dir'] = "/etc/riak"
default['riak']['package']['local_package'] = false
Expand Down
2 changes: 1 addition & 1 deletion attributes/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
default['riak']['source']['url'] = "http://s3.amazonaws.com/downloads.basho.com/riak"
default['riak']['source']['version']['major'] = "1"
default['riak']['source']['version']['minor'] = "4"
default['riak']['source']['version']['incremental'] = "2"
default['riak']['source']['version']['incremental'] = "6"
default['riak']['source']['prefix'] = "/usr/local"
default['riak']['source']['config_dir'] = node['riak']['source']['prefix'] + "/riak/etc"

Expand Down

0 comments on commit 2c5a9da

Please sign in to comment.