summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/vagrant/Vagrantfile-1.1.1b-vbox (renamed from installer/vagrant/Vagrantfile-1.1.1a-vbox)5
l---------installer/vagrant/Vagrantfile-prod-vbox2
2 files changed, 3 insertions, 4 deletions
diff --git a/installer/vagrant/Vagrantfile-1.1.1a-vbox b/installer/vagrant/Vagrantfile-1.1.1b-vbox
index 68d649ec..cfcb7da6 100644
--- a/installer/vagrant/Vagrantfile-1.1.1a-vbox
+++ b/installer/vagrant/Vagrantfile-1.1.1b-vbox
@@ -4,8 +4,7 @@ VAGRANTFILE_API_VERSION = "2"
# VM provider: Oracle VM VirtualBox.
ENV['VAGRANT_DEFAULT_PROVIDER'] = "virtualbox"
# OpenGnsys version and OGAgent version.
-OGVERSION="1.1.1a"
-OGAGENTVERSION="1.1.1" ### TEMPORARY (should be worth the same)
+OGVERSION="1.1.1b"
# Language (accepted values: es_ES, ca_ES, en_GB).
LANGUAGE = "es_ES"
ENV['LC_ALL'] = LANGUAGE + ".UTF-8"
@@ -80,7 +79,7 @@ EOT
# Client 1 OS provisioning script.
MODELSCRIPT = <<EOT
# Comment out next lines to install and configure OGAgent for Ubuntu.
-#OGAGENTPKG="ogagent_#{OGAGENTVERSION}_all.deb"
+#OGAGENTPKG="ogagent_#{OGVERSION}_all.deb"
#apt-get update -y
#apt-get install -y curl
#curl -ks https://#{SERVERIP}/opengnsys/descargas/$OGAGENTPKG -o /tmp/$OGAGENTPKG
diff --git a/installer/vagrant/Vagrantfile-prod-vbox b/installer/vagrant/Vagrantfile-prod-vbox
index 8fc7a825..3fdb0e39 120000
--- a/installer/vagrant/Vagrantfile-prod-vbox
+++ b/installer/vagrant/Vagrantfile-prod-vbox
@@ -1 +1 @@
-Vagrantfile-1.1.1a-vbox \ No newline at end of file
+Vagrantfile-1.1.1b-vbox \ No newline at end of file