Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Install node 4.x (LTS) by default. (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 authored Nov 17, 2016
1 parent 0300802 commit a84159e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/ansible/config/default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ varnish_listen_port: 81
varnish_storage: "malloc,256m"

# Nodejs config.
nodejs_version: "0.12"
nodejs_version: "4.x"
nodejs_npm_global_packages: []
nodejs_install_npm_user: "{{ beet_user }}"
npm_config_prefix: "/home/{{ beet_user }}/.npm-global"
Expand Down
1 change: 1 addition & 0 deletions provisioning/ansible/config/profiles/beetbox.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ installed_extras_git: yes
installed_extras_mailhog: yes
installed_extras_memcached: yes
installed_extras_mysql: yes
installed_extras_nodejs: yes
installed_extras_pecl: yes
installed_extras_php: yes
installed_extras_upload_progress: yes
Expand Down

0 comments on commit a84159e

Please sign in to comment.