add vagrant support to etherpad-lite

This commit is contained in:
Robert Helmer 2012-03-26 12:57:55 -07:00
parent beec69ac1c
commit d99bb02d4b
7 changed files with 168 additions and 0 deletions

View file

@ -0,0 +1,11 @@
$node_version = "v0.6.14"
$npm_version = "1.1.12"
Exec {
logoutput => on_failure,
path => "/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/opt/ruby/bin/:/home/etherpad/node-${node_version}/bin",
}
import "classes/*"
import "nodes/*"