File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ 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 nodejs
44
45
```
45
46
46
47
### Current cookbooks
@@ -60,6 +61,7 @@ knife cookbook site install chef-vault
60
61
- git_user == 0.3.1
61
62
- java == 1.39.0
62
63
- logrotate == 1.9.1
64
+ - nodejs == 2.4.4
63
65
- packagecloud == 0.0.17
64
66
- partial_search == 1.0.8
65
67
- 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