forked from pivotal-sprout/sprout-wrap
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cheffile
68 lines (50 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
#!/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'
# :git => '/Users/jcuzella/src/pub/cookbooks/sprout-base',
# :ref => 'develop'
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-terminal',
:github => 'pivotal-sprout/sprout-terminal'
cookbook 'sprout-postgresql',
:github => 'pivotal-sprout/sprout-postgresql'
cookbook 'sprout-ssh',
:github => 'pivotal-sprout/sprout-ssh'
cookbook 'plist',
:github => 'carsomyr/chef-plist',
:ref => 'master',
:path => 'vendor/cookbooks/plist'
cookbook 'lyraphase_workstation', '~> 3.4',
:github => 'LyraPhase/lyraphase_workstation'
# :ref => 'develop'
# :git => '/Users/jcuzella/src/pub/cookbooks/lyraphase_workstation',
# :ref => 'develop'
## Broken dependency on sprout-homebrew
## Deprecated by sprout-jetbrains-editors::rubymine
# cookbook 'sprout-rubymine',
# :github => 'trinitronx/sprout-rubymine'
cookbook 'homebrew', '~> 5.3.0' #,
# :github => 'trinitronx/homebrew',
# :github => 'trinitronx/homebrew',
# :ref => 'serverspec-inspec-issues'
cookbook 'sprout-jetbrains-editors',
:github => 'pivotal-sprout/sprout-jetbrains-editors'
# mingw 1.0 and build-essential 4.0 add a dependency to compat_resource,
# which does not load correctly with Rubygems 2.0.14, the Rubygems version
# bundled with OS X 10.11.4.
cookbook 'mingw', '= 0.1.1'
cookbook 'build-essential', '= 3.2.0'