Created
September 26, 2013 05:45
-
-
Save sawanoboly/6710280 to your computer and use it in GitHub Desktop.
example Cheffile of some project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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