aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 18:49:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 18:49:10 -0200
commited423c83cbd19218feba6c5efefe7470fd5f8465 (patch)
treefcbb0fdfb4c2e5a8bb9f7ff59670766ac1086846 /kvmxfile
parent5fc1c8b30a1bb6e31864cc0d9f4fd4e1bdb90bdf (diff)
downloadpuppet-bootstrap-ed423c83cbd19218feba6c5efefe7470fd5f8465.tar.gz
puppet-bootstrap-ed423c83cbd19218feba6c5efefe7470fd5f8465.tar.bz2
Use dev::virtual role and kvmx by default
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/kvmxfile b/kvmxfile
index 1f494bd..ec03fbe 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -6,14 +6,17 @@
#basebox="stretch"
# First user name
-user="vagrant"
+#user="vagrant"
+user="user"
# First user password
-password="vagrant"
+#password="vagrant"
+password="user"
# Set this is you want to be able to share folders between host and guest.
shared_folder="."
-shared_folder_mountpoint="/vagrant"
+#shared_folder_mountpoint="/vagrant"
+shared_folder_mountpoint="/srv/kvmx"
# Folder to sync during provisioning in the format "/host/folder /guest/folder".
provision_rsync="puppet /etc/puppet"