Changes to allow the new version of Berkshelf to work
This commit is contained in:
parent
2ab687c3ce
commit
0878565c1e
@ -1,5 +1,6 @@
|
||||
source 'https://api.berkshelf.com'
|
||||
|
||||
metadata
|
||||
cookbook 'hostsfile', '= 1.0.1'
|
||||
cookbook 'mon_api', git: 'git@git.hpcloud.net:mon/cookbooks-mon_api'
|
||||
cookbook 'kafka', git: 'git@git.hpcloud.net:mon/cookbooks-kafka'
|
||||
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 'vertica', git: 'git@git.hpcloud.net:mon/cookbooks-vertica'
|
||||
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'
|
||||
|
@ -1,3 +1,4 @@
|
||||
name "mini-mon"
|
||||
maintainer "SOM Team"
|
||||
maintainer_email "hpcs-mon@hp.com"
|
||||
license "All rights reserved"
|
||||
|
Loading…
Reference in New Issue
Block a user