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
4141knife cookbook site install ssh_known_hosts
4242knife cookbook site install git_user
4343knife cookbook site install chef-vault
44+ knife cookbook site install nodejs
4445```
4546
4647### Current cookbooks
@@ -60,6 +61,7 @@ knife cookbook site install chef-vault
6061 - git_user == 0.3.1
6162 - java == 1.39.0
6263 - logrotate == 1.9.1
64+ - nodejs == 2.4.4
6365 - packagecloud == 0.0.17
6466 - partial_search == 1.0.8
6567 - runit == 1.6.0
Original file line number Diff line number Diff line change 3232depends 'chef-sbt'
3333depends 'sbt-extras'
3434
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 99
1010include_recipe "apt" # do apt-get update
1111
12+ include_recipe "nodejs" # for Scala.js
13+
1214include_recipe "scala-jenkins-infra::_java_packages"
1315
1416# 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