forked from pivotal-sprout/sprout-wrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCheffile
56 lines (40 loc) · 1.57 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
53
54
55
site 'http://community.opscode.com/api/v1'
cookbook 'meta',
:path => 'site-cookbooks/meta'
cookbook 'sprout-osx-rbenv',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-rbenv'
cookbook 'sprout-osx-git',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-git'
cookbook 'sprout-osx-base',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-base'
cookbook 'pivotal_workstation',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'pivotal_workstation'
cookbook 'sprout-osx-apps',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-apps'
cookbook 'sprout-osx-settings',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-settings'
cookbook 'sprout-pivotal',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-pivotal'
cookbook 'osx',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'osx'
cookbook 'sprout-osx-rubymine',
:git => 'git://github.com/pivotal-sprout/sprout.git',
:path => 'sprout-osx-rubymine'
cookbook 'sprout-homebrew',
:git => 'git://github.com/pivotal-sprout/sprout-homebrew.git'
cookbook 'uwd-sprout-supplement',
:git => 'git://github.com/undergroundwebdesigns/uwd-sprout-supplement.git'
cookbook 'neo4j-multi-server',
:git => 'git://github.com/sovolve/cookbook-neo4j-multi-server.git'
cookbook "ssh", github: "markolson/chef-ssh"
cookbook 'panomira_rails_api',
:git => 'git://github.com/sovolve/cookbook-rails-api.git',
:path => 'site-cookbooks/panomira_rails_api'