summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-01-16 18:02:57 -0500
committerJames Shubin <james@shubin.ca>2014-01-16 18:02:57 -0500
commit856ebf4de0160165a255a80c2ede9eeaaa099b99 (patch)
tree0557bfe77d3e667e8bcf69913af4a1363847598a /vagrant
parent2b3b3678e7c278efb1757c9403c1e515f4aa126f (diff)
downloadpuppet-gluster-856ebf4de0160165a255a80c2ede9eeaaa099b99.tar.gz
puppet-gluster-856ebf4de0160165a255a80c2ede9eeaaa099b99.tar.xz
puppet-gluster-856ebf4de0160165a255a80c2ede9eeaaa099b99.zip
Be more correct with how we run make and fail.
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/gluster/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/gluster/Vagrantfile b/vagrant/gluster/Vagrantfile
index 5066867..2451e7b 100644
--- a/vagrant/gluster/Vagrantfile
+++ b/vagrant/gluster/Vagrantfile
@@ -230,7 +230,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
if provision.is_a?(TrueClass) or (provision.is_a?(Array) and provision.include?(puppet_hostname))
cwd = `pwd`
mod = File.join(projectdir, 'puppet', 'modules')
- `cd #{mod} && make gluster &> /dev/null && cd #{cwd}`
+ `cd #{mod} && make gluster &> /dev/null; cd #{cwd}`
end
#