include node 0.6 and 0.8 by default
This commit is contained in:
parent
07fd367e81
commit
a88ba81d84
1 changed files with 5 additions and 0 deletions
|
@ -39,8 +39,13 @@ Service {
|
|||
}
|
||||
|
||||
node default {
|
||||
# core modules, needed for most things
|
||||
include git
|
||||
include hub
|
||||
include rbenv
|
||||
include nvm
|
||||
|
||||
# node versions
|
||||
include nodejs::0-6
|
||||
include nodejs::0-8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue