42 行
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			42 行
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # vim: set filetype=ruby
 | |
| 
 | |
| Batali.define do
 | |
|   source 'https://supermarket.chef.io'
 | |
| 
 | |
|   cookbook 'mediawiki',
 | |
|            git: 'https://github.com/67P/mediawiki-cookbook.git',
 | |
|            ref: 'nginx'
 | |
|   cookbook 'php-fpm',
 | |
|            git: 'https://github.com/67P/cookbook-php-fpm.git',
 | |
|            ref: 'ubuntu_systemd'
 | |
|   cookbook 'wordpress',
 | |
|            git: 'https://github.com/67P/wordpress-cookbook.git',
 | |
|            ref: 'relax_dependencies'
 | |
|   cookbook 'postfix'
 | |
|   cookbook 'unattended-upgrades'
 | |
|   cookbook 'poise-ruby-build',      '~> 1.1.0'
 | |
|   cookbook 'application',           '~> 5.2.0'
 | |
|   cookbook 'application_javascript'
 | |
|   cookbook 'application_ruby',      '~> 4.1.0'
 | |
|   cookbook 'application_git',       '~> 1.1.0' # 1.2.0 doesn't work with knife-solo
 | |
|   cookbook 'users',                 '~> 5.0.0'
 | |
|   cookbook 'sudo',                  '~> 3.4.0'
 | |
|   cookbook 'hostname'
 | |
|   cookbook 'redis',
 | |
|            git: 'https://github.com/phlipper/chef-redis.git',
 | |
|            ref: 'v0.5.6'
 | |
|   cookbook 'firewall',              '~> 2.6.1'
 | |
|   cookbook 'chef_nginx',            '~> 6.0.2'
 | |
|   cookbook 'build-essential'
 | |
|   cookbook 'mysql'
 | |
|   cookbook 'postgresql',      '~> 6.1'
 | |
|   cookbook 'database'
 | |
|   cookbook 'mysql2_chef_gem'
 | |
|   cookbook 'chef_client_updater',   '~> 1.0.2'
 | |
|   cookbook 'timezone-ii'
 | |
|   cookbook 'nodejs',          '~> 3.0.0'
 | |
|   cookbook 'ark',             '~> 3.0.0'
 | |
|   cookbook 'logrotate',       '~> 2.1.0'
 | |
|   cookbook 'openssl',         '~> 7.0.1'
 | |
| end
 |