Set the global node version in the site manifest
This commit is contained in:
parent
206dee9965
commit
2ce9f444f4
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ node default {
|
|||
include nodejs::v0_8
|
||||
include nodejs::v0_10
|
||||
|
||||
# set the global node version
|
||||
class { 'nodejs::global':
|
||||
version => 'v0.10'
|
||||
}
|
||||
|
||||
# default ruby versions
|
||||
include ruby::1_8_7
|
||||
include ruby::1_9_2
|
||||
|
|
Loading…
Reference in a new issue