diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 10:50:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 10:50:17 -0300 |
commit | 36de179b1a8c5cb527ef62d512b7046a824ebf8d (patch) | |
tree | 171d3f39659a40f42d0809ebd096d78cd02a1596 /kvmxfile | |
parent | fe2d34341c9baccfe19356a2f03db03f7fca4288 (diff) | |
download | puppet-bootstrap-36de179b1a8c5cb527ef62d512b7046a824ebf8d.tar.gz puppet-bootstrap-36de179b1a8c5cb527ef62d512b7046a824ebf8d.tar.bz2 |
Use scripts from /etc/puppet at kvmxfile provision_command
Diffstat (limited to '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="bin/provision && bin/deploy" +provision_command="/etc/puppet/bin/provision && /etc/puppet/bin/deploy" # Graphics # See https://wiki.archlinux.org/index.php/QEMU#Graphics |