Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Upgrade Node.js to 0.10.37
Browse files Browse the repository at this point in the history
StatsD is currently the only thing using Node.js in our stack.
Tests for StatsD run against 0.10, and in the version of StatsD
newer than the one we are running, support for 0.6 was dropped.

Performance Platform's Node.js apps are going to start running on
the GOV.UK stack, so it makes sense to upgrade the version of
Node we're using.

Eventually we might want something to manage multiple Node versions
on a single machine, but I don't think that's something we need now.
  • Loading branch information
alexmuller committed Apr 15, 2015
1 parent 27698f9 commit 009e0b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions hieradata/common.precise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ duplicity::packages::version: '0.6.18-0ubuntu3.5'

nginx::package::version: '1.4.4-1~precise0'

nodejs::version: '0.6.12~dfsg1-1ubuntu1'

postgresql::globals::version: '9.1'
2 changes: 1 addition & 1 deletion hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ mongodb::server::version: '2.4.9'

nginx::package::version: '1.4.6-1ubuntu3.1'

nodejs::version: '0.10.25~dfsg2-2ubuntu1'
nodejs::version: '0.10.37-1chl1~%{::lsbdistcodename}1'

ntp::server_list:
- 'ntp.ubuntu.com'
Expand Down
2 changes: 0 additions & 2 deletions hieradata/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ mongodb::server::replicaset_members:
nginx_enable_ssl: false
nginx_enable_basic_auth: false

nodejs::version: '0.10.37-1chl1~%{::lsbdistcodename}1'

puppet::use_puppetmaster: false

shell::shell_prompt_string: 'dev'
Expand Down

0 comments on commit 009e0b1

Please sign in to comment.