-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheffile
More file actions
31 lines (23 loc) · 835 Bytes
/
Cheffile
File metadata and controls
31 lines (23 loc) · 835 Bytes
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
site "http://community.opscode.com/api/v1"
cookbook 'workstation',
:path => 'workstation'
cookbook 'workstation-settings',
:path => 'workstation-settings'
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'