From: Silvio Rhatto Date: Tue, 18 Apr 2017 15:44:23 +0000 (-0300) Subject: Configure provision_rsync_opts at kvmxfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=745b98afef529498950c1aac402b9aaa474eadc7;p=puppet-bootstrap.git Configure provision_rsync_opts at kvmxfile --- diff --git a/kvmxfile b/kvmxfile index 9588abe..9f9c7fe 100644 --- a/kvmxfile +++ b/kvmxfile @@ -18,6 +18,9 @@ shared_folder_mountpoint="/vagrant" # Folder to sync during provisioning in the format "/host/folder /guest/folder". provision_rsync="puppet /etc/puppet" +# Options for provision_rsync +provision_rsync_opts="--exclude=keys --exclude=config/secrets" + # Absolute path for a provision script located inside the guest. provision_command="/etc/puppet/bin/provision && /etc/puppet/bin/deploy"