mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
add vagrant support to etherpad-lite
This commit is contained in:
parent
beec69ac1c
commit
d99bb02d4b
7 changed files with 168 additions and 0 deletions
11
vagrant/puppet/manifests/init.pp
Normal file
11
vagrant/puppet/manifests/init.pp
Normal 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/*"
|
Loading…
Add table
Add a link
Reference in a new issue