Pin the version of influxdb and its cookbook

Change-Id: I14bd66110b3b6ab957a98a875823231648d0eca7
This commit is contained in:
Tim Kuhlman 2014-08-29 16:23:38 -06:00
parent 47bad891af
commit 409455e30f
2 changed files with 3 additions and 2 deletions

View File

@ -20,5 +20,5 @@ cookbook 'zookeeper', git: 'https://github.com/hpcloud-mon/cookbooks-zookeeper'
# Community cookbooks
cookbook 'apt', '= 2.4.0'
cookbook 'influxdb', git: 'https://github.com/SimpleFinance/chef-influxdb'
cookbook 'influxdb', git: 'https://github.com/SimpleFinance/chef-influxdb', tag: "2.1.1"
cookbook 'percona', git: 'https://github.com/phlipper/chef-percona', tag: "0.15.5"

View File

@ -14,7 +14,8 @@
"raft": {
"port": 9090
}
}
},
"version": "0.7.3"
},
"java": {
"install_flavor": "openjdk",