diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 10:46:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 10:46:27 -0300 |
commit | fe2d34341c9baccfe19356a2f03db03f7fca4288 (patch) | |
tree | 363b8b10467f5991b38daf3233ff02e3990bdfe1 | |
parent | 0a45a484f81b04aa53cd84337a74dfc01bd20dc3 (diff) | |
download | puppet-bootstrap-fe2d34341c9baccfe19356a2f03db03f7fca4288.tar.gz puppet-bootstrap-fe2d34341c9baccfe19356a2f03db03f7fca4288.tar.bz2 |
Fixes provision_command at kvmxfile
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |