From f7e92309d8b3f8cac368c17546695c36489f3186 Mon Sep 17 00:00:00 2001 From: wuranbo Date: Mon, 9 Mar 2015 15:47:58 +0800 Subject: [PATCH 1/5] *bugfix) uncomment the install script. Make more consistency to the description in README. I spend not a few time to know this thing, while following the README to finish my job. --- test/support/vm/openldap/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/support/vm/openldap/Vagrantfile b/test/support/vm/openldap/Vagrantfile index abb44ae..ba24f50 100644 --- a/test/support/vm/openldap/Vagrantfile +++ b/test/support/vm/openldap/Vagrantfile @@ -13,7 +13,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.ssh.forward_agent = true - # config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" + # If install the openldap with apt-get failed, you can comment this line. + config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" + config.vm.provision "shell", inline: 'echo "HIIIIIII"', run: "always" config.vm.synced_folder "../../../..", "/vagrant_data" From c3b2401634e169434f80514d156aae02d72dc339 Mon Sep 17 00:00:00 2001 From: Matt Todd Date: Fri, 15 May 2015 12:48:22 -0700 Subject: [PATCH 2/5] Release 1.9.0 From f682b2145ec2fcf78202f46687670d7a73d38070 Mon Sep 17 00:00:00 2001 From: wuranbo Date: Mon, 8 Jun 2015 18:24:26 +0800 Subject: [PATCH 3/5] *moveon) remove the unneeded line. --- test/support/vm/openldap/Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/support/vm/openldap/Vagrantfile b/test/support/vm/openldap/Vagrantfile index ba24f50..1f5c47c 100644 --- a/test/support/vm/openldap/Vagrantfile +++ b/test/support/vm/openldap/Vagrantfile @@ -16,8 +16,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # If install the openldap with apt-get failed, you can comment this line. config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" - config.vm.provision "shell", inline: 'echo "HIIIIIII"', run: "always" - config.vm.synced_folder "../../../..", "/vagrant_data" config.vm.provider "vmware_fusion" do |vb, override| From b12a954bc962832d1079a6536ca68055d8677dad Mon Sep 17 00:00:00 2001 From: wuranbo Date: Mon, 9 Mar 2015 15:47:58 +0800 Subject: [PATCH 4/5] *bugfix) uncomment the install script. Make more consistency to the description in README. I spend not a few time to know this thing, while following the README to finish my job. --- test/support/vm/openldap/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/support/vm/openldap/Vagrantfile b/test/support/vm/openldap/Vagrantfile index abb44ae..ba24f50 100644 --- a/test/support/vm/openldap/Vagrantfile +++ b/test/support/vm/openldap/Vagrantfile @@ -13,7 +13,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.ssh.forward_agent = true - # config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" + # If install the openldap with apt-get failed, you can comment this line. + config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" + config.vm.provision "shell", inline: 'echo "HIIIIIII"', run: "always" config.vm.synced_folder "../../../..", "/vagrant_data" From 6c327fe115e92520cfaf5901d2fb3fca193aa483 Mon Sep 17 00:00:00 2001 From: wuranbo Date: Mon, 8 Jun 2015 18:24:26 +0800 Subject: [PATCH 5/5] *moveon) remove the unneeded line. --- test/support/vm/openldap/Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/support/vm/openldap/Vagrantfile b/test/support/vm/openldap/Vagrantfile index ba24f50..1f5c47c 100644 --- a/test/support/vm/openldap/Vagrantfile +++ b/test/support/vm/openldap/Vagrantfile @@ -16,8 +16,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # If install the openldap with apt-get failed, you can comment this line. config.vm.provision "shell", inline: "apt-get update; exec env /vagrant_data/script/install-openldap" - config.vm.provision "shell", inline: 'echo "HIIIIIII"', run: "always" - config.vm.synced_folder "../../../..", "/vagrant_data" config.vm.provider "vmware_fusion" do |vb, override|