added debian sod recipies
parent
7ed21930
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 1 ajout, 0 suppressionGemfile
- Gemfile.lock 8 ajouts, 0 suppressionGemfile.lock
- Sodfile 6 ajouts, 0 suppressionSodfile
- chef/cookbooks/debian/bootstrap.json 1 ajout, 0 suppressionchef/cookbooks/debian/bootstrap.json
- chef/cookbooks/debian/files/default/redis.conf 312 ajouts, 0 suppressionchef/cookbooks/debian/files/default/redis.conf
- chef/cookbooks/debian/main.json 1 ajout, 0 suppressionchef/cookbooks/debian/main.json
- chef/cookbooks/debian/recipes/bootstrap.rb 49 ajouts, 0 suppressionchef/cookbooks/debian/recipes/bootstrap.rb
- chef/cookbooks/debian/recipes/image_magick.rb 3 ajouts, 0 suppressionchef/cookbooks/debian/recipes/image_magick.rb
- chef/cookbooks/debian/recipes/java.rb 3 ajouts, 0 suppressionchef/cookbooks/debian/recipes/java.rb
- chef/cookbooks/debian/recipes/main.rb 5 ajouts, 0 suppressionchef/cookbooks/debian/recipes/main.rb
- chef/cookbooks/debian/recipes/mysql.rb 11 ajouts, 0 suppressionchef/cookbooks/debian/recipes/mysql.rb
- chef/cookbooks/debian/recipes/nginx.rb 4 ajouts, 0 suppressionchef/cookbooks/debian/recipes/nginx.rb
- chef/cookbooks/debian/recipes/post_bootstrap.rb 1 ajout, 0 suppressionchef/cookbooks/debian/recipes/post_bootstrap.rb
- chef/cookbooks/debian/recipes/redis.rb 19 ajouts, 0 suppressionchef/cookbooks/debian/recipes/redis.rb
... | ... | @@ -61,6 +61,7 @@ gem 'SystemTimer', '1.2.1' unless RUBY_VERSION.include? '1.9' || RUBY_PLATFORM = |
group :development do | ||
gem 'capistrano', '2.5.19', :require => false | ||
gem 'capistrano-ext', '1.2.1', :require => false | ||
gem 'sod', :git => "git://github.com/MikeSofaer/sod.git" | ||
end | ||
group :test, :development do | ||
... | ... |
Sodfile
0 → 100644
chef/cookbooks/debian/bootstrap.json
0 → 100644
chef/cookbooks/debian/main.json
0 → 100644
chef/cookbooks/debian/recipes/bootstrap.rb
0 → 100644
chef/cookbooks/debian/recipes/java.rb
0 → 100644
chef/cookbooks/debian/recipes/main.rb
0 → 100644
chef/cookbooks/debian/recipes/mysql.rb
0 → 100644
chef/cookbooks/debian/recipes/nginx.rb
0 → 100644
chef/cookbooks/debian/recipes/redis.rb
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter