Commit 8a429d26e3c1138453075997ed172e5f0d575c35

Authored by Antonio Terceiro
1 parent 51f8dcdc

split vagrant provisioning scripts

Showing 2 changed files with 8 additions and 3 deletions   Show diff stats
vagrant.d/00-colab 0 → 100755
@@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
  1 +#!/bin/sh
  2 +
  3 +set -e
  4 +
  5 +# colab
  6 +/vagrant/colab/vagrant/bootstrap.sh
  7 +sudo -u vagrant -i /vagrant/colab/vagrant/provision.sh
@@ -2,6 +2,4 @@ @@ -2,6 +2,4 @@
2 2
3 set -e 3 set -e
4 4
5 -# colab  
6 -/vagrant/colab/vagrant/bootstrap.sh  
7 -sudo -u vagrant -i /vagrant/colab/vagrant/provision.sh 5 +run-parts --exit-on-error /vagrant/vagrant.d