Berksfile site :opscode
!
group :community do
# opscode community
cookbook 'nginx', '= 2.0.8'
cookbook 'runit', '= 1.4.0'
cookbook 'yum', '= 2.4.4'
cookbook 'git', '= 2.8.4'
cookbook 'pipeline', git: '[email protected]:stephenlauck/pipeline.git'
end
!
group :sml do
cookbook 'thresholder_pipeline', git: '[email protected]:thresholderio/thresholder_pipeline.git'
cookbook 'quasar_app', git: '[email protected]:thresholderio/quasar_app.git'
cookbook 'appliation_ruby', git: '[email protected]:stephenlauck/application_ruby', branch:
'fix_integration'
end
Example berksfile