-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCheffile
52 lines (50 loc) · 1.76 KB
/
Cheffile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/usr/bin/env ruby
#^syntax detection
site "http://community.opscode.com/api/v1"
cookbook "apache2"
cookbook "apt"
cookbook "ark"
cookbook "bash",
:git => "/~https://github.com/myplanetdigital/chef-bash.git",
# PR: /~https://github.com/mszoernyi/chef-bash/pull/1
:ref => "feature/bash_profile-resource"
cookbook "chef_handler"
cookbook "chef-solo-search",
:git => "/~https://github.com/edelight/chef-solo-search.git",
:ref => "0.4.0"
cookbook "drush",
:git => "/~https://github.com/msonnabaum/chef-drush.git"
cookbook "fail2ban"
cookbook "git"
cookbook "jenkins",
:git => "/~https://github.com/opscode-cookbooks/jenkins.git"
cookbook "jenkins-job-builder",
# Pending PR: /~https://github.com/needle-cookbooks/chef-jenkins-job-builder/pull/1
# Pending PR: /~https://github.com/needle-cookbooks/chef-jenkins-job-builder/pull/2
:git => "/~https://github.com/myplanetdigital/chef-jenkins-job-builder.git",
:ref => "2-deprecated-shellout"
cookbook "oh-my-zsh"
cookbook "openssh"
cookbook "php"
cookbook "phpcs",
:git => "/~https://github.com/myplanetdigital/chef-phpcs.git"
cookbook "phpunit",
:git => "/~https://github.com/msonnabaum/chef-phpunit.git"
cookbook "postfix"
cookbook "python",
# Pending PR: /~https://github.com/opscode-cookbooks/python/pull/49
:git => "/~https://github.com/myplanetdigital/python.git",
:ref => "COOK-3335-unset-version-unless-source"
cookbook "sudo"
cookbook "user",
:git => "/~https://github.com/myplanetdigital/chef-user.git",
# /~https://github.com/fnichol/chef-user/pull/23
:ref => "23-plaintext-pwd"
cookbook "vim"
cookbook "xdebug",
:git => "/~https://github.com/myplanetdigital/chef-xdebug.git",
:ref => "create-logfile"
cookbook "xserver",
:git => "/~https://github.com/travis-ci/travis-cookbooks.git",
:path => "ci_environment/xserver"
cookbook "zsh"