]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Use dev::virtual role and kvmx by default
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 20:49:10 +0000 (18:49 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 20:49:10 +0000 (18:49 -0200)
config/node/box.example.org.yaml
kvmxfile

index 304d915fece50e7c916f6c476362188853a0cdc0..38ec3f24a6eaf370d0f33d6889c571834df060af 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Nodo
 #
-nodo::role 'vagrant'
+nodo::role 'dev::virtual'
 
 #
 # Classes
index 1f494bdf76a262e611baac6a43b8b68cdc41c868..ec03fbefd4d9974deddf1e29cf35204103e6f09b 100644 (file)
--- 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"