April 17, 2013 Custom Chef Recipes ã§è¨å®ãã¦ããã°ããã§ãããã¨ä»ä¸ããã«æãã¦ãããã¾ããã if %w(solo app_master app).include?(node[:instance_role]) execute 'updating database.yml' do file = "/data/#{app}/shared/config/database.yml" command %(echo " pool: 32" >> #{file}) not_if %(grep pool: #{file}) end end
{{#tags}}- {{label}}
{{/tags}}