Replace omnibus_updater with chef_client_updater

omnibus_updater is deprecated
This commit is contained in:
Greg Karékinian
2017-05-02 11:53:33 +02:00
parent 030b2501eb
commit 943b4ace1f
23 changed files with 285 additions and 677 deletions

4
Batali
View File

@@ -26,13 +26,13 @@ Batali.define do
git: 'https://github.com/phlipper/chef-redis.git',
ref: 'v0.5.6'
cookbook 'firewall', '~> 2.6.1'
cookbook 'chef_nginx'
cookbook 'chef_nginx', '~> 6.0.2'
cookbook 'build-essential'
cookbook 'mysql'
cookbook 'postgresql', '~> 6.1'
cookbook 'database'
cookbook 'mysql2_chef_gem'
cookbook 'omnibus_updater'
cookbook 'chef_client_updater', '~> 1.0.2'
cookbook 'timezone-ii'
cookbook 'nodejs', '~> 3.0.0'
cookbook 'ark'