forked from msainz/sprout-wrap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCheffile
42 lines (31 loc) · 1.11 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
site 'http://community.opscode.com/api/v1'
cookbook 'python'
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'