Skip to content

Instantly share code, notes, and snippets.

@sawanoboly
Created September 26, 2013 05:45
Show Gist options
  • Save sawanoboly/6710280 to your computer and use it in GitHub Desktop.
Save sawanoboly/6710280 to your computer and use it in GitHub Desktop.
example Cheffile of some project
#!/usr/bin/env ruby
#^syntax detection
site 'http://community.opscode.com/api/v1'
cookbook 'partial_search'
cookbook 'smartmachine_functions'
cookbook 'monit_bin'
cookbook 'smf'
# Gt
## modcloth-cookbooks
cookbook 'ipf',
# :git => 'https://github.com/modcloth-cookbooks/ipf.git'
:git => 'https://github.com/ZCloud-Firstserver/ipf.git',
:ref => 'remove_droped_time'
cookbook 'logadm',
:git => 'https://github.com/modcloth-cookbooks/logadm.git'
# higanworks-cookbooks
cookbook 'ipf_configure' # higanworks-cookbooks
cookbook 'chefclient_simple_cron', # higanworks-cookbooks
:git => 'https://github.com/higanworks-cookbooks/chefclient_simple_cron.git'
## modified community cookbooks.
cookbook 'postfix', # zcloud-cookbooks
:git => 'https://github.com/ZCloud-Firstserver/postfix.git',
:ref => 'add_smtp_failback'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment