Changes to allow the new version of Berkshelf to work

This commit is contained in:
Tim Kuhlman 2014-04-17 11:03:41 -06:00
parent 2ab687c3ce
commit 0878565c1e
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,6 @@
source 'https://api.berkshelf.com'
metadata metadata
cookbook 'hostsfile', '= 1.0.1'
cookbook 'mon_api', git: 'git@git.hpcloud.net:mon/cookbooks-mon_api' cookbook 'mon_api', git: 'git@git.hpcloud.net:mon/cookbooks-mon_api'
cookbook 'kafka', git: 'git@git.hpcloud.net:mon/cookbooks-kafka' cookbook 'kafka', git: 'git@git.hpcloud.net:mon/cookbooks-kafka'
cookbook 'mon_agent', git: 'git@git.hpcloud.net:mon/cookbooks-mon_agent' cookbook 'mon_agent', git: 'git@git.hpcloud.net:mon/cookbooks-mon_agent'
@ -9,3 +10,7 @@ cookbook 'mon_thresh', git: 'git@git.hpcloud.net:mon/cookbooks-mon_thresh'
cookbook 'percona', git: 'https://github.com/tkuhlman/chef-percona' cookbook 'percona', git: 'https://github.com/tkuhlman/chef-percona'
cookbook 'vertica', git: 'git@git.hpcloud.net:mon/cookbooks-vertica' cookbook 'vertica', git: 'git@git.hpcloud.net:mon/cookbooks-vertica'
cookbook 'zookeeper', git: 'git@git.hpcloud.net:mon/cookbooks-zookeeper' cookbook 'zookeeper', git: 'git@git.hpcloud.net:mon/cookbooks-zookeeper'
# community cookbook we pin
cookbook 'hostsfile', '= 1.0.1'
cookbook 'build-essential', '= 1.4.4'

View File

@ -1,3 +1,4 @@
name "mini-mon"
maintainer "SOM Team" maintainer "SOM Team"
maintainer_email "hpcs-mon@hp.com" maintainer_email "hpcs-mon@hp.com"
license "All rights reserved" license "All rights reserved"