File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ knife cookbook site install partial_search
41
41
knife cookbook site install ssh_known_hosts
42
42
knife cookbook site install git_user
43
43
knife cookbook site install chef-vault
44
+ knife cookbook site install homebrew
45
+ knife cookbook site install nodejs
44
46
```
45
47
46
48
### Current cookbooks
@@ -58,8 +60,10 @@ knife cookbook site install chef-vault
58
60
- ebs == 0.3.6
59
61
- git == 4.2.2
60
62
- git_user == 0.3.1
63
+ - homebrew == 2.1.2
61
64
- java == 1.39.0
62
65
- logrotate == 1.9.1
66
+ - nodejs == 2.4.4
63
67
- packagecloud == 0.0.17
64
68
- partial_search == 1.0.8
65
69
- runit == 1.6.0
Original file line number Diff line number Diff line change 32
32
depends 'chef-sbt'
33
33
depends 'sbt-extras'
34
34
35
- depends 'runit' , '~> 1.5'
35
+ depends 'runit' , '~> 1.5'
36
+
37
+ depends 'nodejs'
38
+
Original file line number Diff line number Diff line change 9
9
10
10
include_recipe "apt" # do apt-get update
11
11
12
+ include_recipe "nodejs" # for Scala.js
13
+
12
14
include_recipe "scala-jenkins-infra::_java_packages"
13
15
14
16
# NOTE: MUST BE LAST -- it selects the chef-configured jdk (the above packages install openjdk 7 & 8, but we want something else)
You can’t perform that action at this time.
0 commit comments