forked from pivotal-sprout/sprout-wrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
executable file
·42 lines (28 loc) · 1000 Bytes
/
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
#!/usr/bin/env ruby
site 'https://supermarket.getchef.com/api/v1'
cookbook 'sprout-rbenv',
:github => 'pivotal-sprout/sprout-rbenv'
cookbook 'sprout-ruby',
:github => 'pivotal-sprout/sprout-ruby'
cookbook 'sprout-mysql',
:github => 'pivotal-sprout/sprout-mysql'
cookbook 'sprout-git',
:github => 'pivotal-sprout/sprout-git'
cookbook 'sprout-base',
:github => 'pivotal-sprout/sprout-base'
cookbook 'sprout-osx-apps',
:github => 'pivotal-sprout/sprout-osx-apps'
cookbook 'sprout-osx-settings',
:github => 'pivotal-sprout/sprout-osx-settings'
cookbook 'osx',
:github => 'pivotal-sprout/osx'
cookbook 'sprout-homebrew',
:github => 'pivotal-sprout/sprout-homebrew'
cookbook 'sprout-terminal',
:github => 'pivotal-sprout/sprout-terminal'
cookbook 'sprout-postgresql',
:github => 'pivotal-sprout/sprout-postgresql'
cookbook 'sprout-ssh',
:github => 'pivotal-sprout/sprout-ssh'
cookbook 'sprout-jetbrains-editors',
:github => 'pivotal-sprout/sprout-jetbrains-editors'