aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-04 10:46:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-04 10:46:27 -0300
commitfe2d34341c9baccfe19356a2f03db03f7fca4288 (patch)
tree363b8b10467f5991b38daf3233ff02e3990bdfe1
parent0a45a484f81b04aa53cd84337a74dfc01bd20dc3 (diff)
downloadpuppet-bootstrap-fe2d34341c9baccfe19356a2f03db03f7fca4288.tar.gz
puppet-bootstrap-fe2d34341c9baccfe19356a2f03db03f7fca4288.tar.bz2
Fixes provision_command at kvmxfile
-rw-r--r--kvmxfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index e69abc2..0c2cd6a 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -19,7 +19,7 @@ shared_folder_mountpoint="/vagrant"
provision_rsync="puppet /etc/puppet"
# Absolute path for a provision script located inside the guest.
-provision_command="puppet/bin/provision && puppet/bin/deploy"
+provision_command="bin/provision && bin/deploy"
# Graphics
# See https://wiki.archlinux.org/index.php/QEMU#Graphics