-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
14 lines (11 loc) · 910 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source "https://supermarket.chef.io"
# Dependencies from mo_application
cookbook 'nginx_conf', git: 'git://github.com/firebelly/chef-nginx_conf.git'
cookbook 'chef-msttcorefonts', git: 'https://github.com/captnswing/chef-msttcorefonts.git'
cookbook 'mysql_tuning', git: 'https://github.com/onddo/mysql_tuning-cookbook.git', tag: '0.4.0'
cookbook 'mo_backup', git: 'https://github.com/Desarrollo-CeSPI/mo_backup.git', branch: 'version0.1.x'
cookbook 'mo_mysql', git: 'https://github.com/Desarrollo-CeSPI/mo_mysql.git', tag: 'v1.1.0'
cookbook 'mo_monitoring_client',git: 'https://github.com/Desarrollo-CeSPI/mo_monitoring_client.git', tag: 'v1.0.12'
cookbook 'mo_application', git: 'https://github.com/Desarrollo-CeSPI/mo_application.git', branch: 'version1.1.x'
cookbook 'mo_collectd', git: 'https://github.com/Desarrollo-CeSPI/mo_collectd.git', tag: 'v1.0.15'
metadata