diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 18:49:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 18:49:10 -0200 |
commit | ed423c83cbd19218feba6c5efefe7470fd5f8465 (patch) | |
tree | fcbb0fdfb4c2e5a8bb9f7ff59670766ac1086846 | |
parent | 5fc1c8b30a1bb6e31864cc0d9f4fd4e1bdb90bdf (diff) | |
download | puppet-bootstrap-ed423c83cbd19218feba6c5efefe7470fd5f8465.tar.gz puppet-bootstrap-ed423c83cbd19218feba6c5efefe7470fd5f8465.tar.bz2 |
Use dev::virtual role and kvmx by default
-rw-r--r-- | config/node/box.example.org.yaml | 2 | ||||
-rw-r--r-- | kvmxfile | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/config/node/box.example.org.yaml b/config/node/box.example.org.yaml index 304d915..38ec3f2 100644 --- a/config/node/box.example.org.yaml +++ b/config/node/box.example.org.yaml @@ -2,7 +2,7 @@ # # Nodo # -nodo::role 'vagrant' +nodo::role 'dev::virtual' # # Classes @@ -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" |