Update default version of nodejs

Current versions depend on node 6.x; we need the depends-on for a
puppet-nodejs that will install that successfully.

Depends-On: Ia7966fb9578d0d79f3a7f9480e3a956555737dc8
Change-Id: I94c5c34201cbbe6f06a75f210b48ddea7da1a18a
This commit is contained in:
Ian Wienand 2017-12-15 15:48:31 +11:00
parent 7cf08e1e39
commit e44d991eae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class etherpad_lite (
$ep_user = 'eplite',
$eplite_version = 'develop',
# If set to system will install system package.
$nodejs_version = 'node_0.10',
$nodejs_version = '6.x',
) {
# where the modules are, needed to easily install modules later