[WIP] try a later version

this later version depends on node 6.x; we need the depends-on for a
puppet-nodejs that will intsall that.

Depends-On: Ia7966fb9578d0d79f3a7f9480e3a956555737dc8
Change-Id: I94c5c34201cbbe6f06a75f210b48ddea7da1a18a
This commit is contained in:
Ian Wienand 2017-12-15 15:48:31 +11:00
parent 43e1ac7058
commit 0b9d1dd5c6
2 changed files with 3 additions and 3 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

View File

@ -1,7 +1,7 @@
class { '::etherpad_lite':
ep_ensure => 'latest',
eplite_version => 'cc9f88e7ed4858b72feb64c99beb3e13445ab6d9',
nodejs_version => 'system',
eplite_version => '1.6.2',
nodejs_version => '6.x',
}
class { '::etherpad_lite::apache': }