summaryrefslogtreecommitdiff
path: root/files/puppet/modules/pixelated/vagrant_platform.sh
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-14 14:21:57 +0200
committerVarac <varac@leap.se>2017-06-14 14:21:57 +0200
commit395e5968227108a9510a251e3fb8b786387c9f13 (patch)
treeb63ebc4186819f1e40b7029192308710a0a197a8 /files/puppet/modules/pixelated/vagrant_platform.sh
parentb2084d4738bb68389823f8ad25d821f30d7e4139 (diff)
Remove pixelated from unstable
Diffstat (limited to 'files/puppet/modules/pixelated/vagrant_platform.sh')
-rwxr-xr-xfiles/puppet/modules/pixelated/vagrant_platform.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/puppet/modules/pixelated/vagrant_platform.sh b/files/puppet/modules/pixelated/vagrant_platform.sh
deleted file mode 100755
index 7f40363..0000000
--- a/files/puppet/modules/pixelated/vagrant_platform.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-#
-# Issues:
-# - homebrew version of git does not work nicely with submodules
-
-hash vagrant 2>/dev/null || { echo >&2 "Vagrant is not installed. Aborting."; exit 1; }
-
-if [ -d ./leap_platform ]
-then
- cd leap_platform
- /usr/bin/git pull
- /usr/bin/git submodule update --init
-else
- /usr/bin/git clone --branch develop --recursive https://leap.se/git/leap_platform.git
- cd leap_platform
-fi
-
-cd tests/example-provider
-vagrant up pixelated --no-provision || vagrant reload
-vagrant provision