aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss@m4x.org>2019-12-22 18:12:02 +0100
committerJason Zaman <perfinion@gentoo.org>2020-02-15 15:22:28 +0800
commit319830a3bb9cf002097e23bc211b38d8c3a0a5f9 (patch)
tree486c6240d406c1c404642e65bdd93a97d3a92c38 /Vagrantfile
parentAdd policy for CryFS, encfs and gocryptfs (diff)
downloadhardened-refpolicy-319830a3bb9cf002097e23bc211b38d8c3a0a5f9.tar.gz
hardened-refpolicy-319830a3bb9cf002097e23bc211b38d8c3a0a5f9.tar.bz2
hardened-refpolicy-319830a3bb9cf002097e23bc211b38d8c3a0a5f9.zip
Vagrantfile: fix configuration
"debian" needs to be used instead of "config" in the VM description. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index d7d56944..00313ee6 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -128,8 +128,8 @@ Vagrant.configure("2") do |config|
end
# redefine the /vagrant as a synced folder (not an NFS share), in order to work cleanly on it
- config.vm.synced_folder ".", "/vagrant", disabled: true
- config.vm.synced_folder ".", "/vagrant", type: "rsync",
+ debian.vm.synced_folder ".", "/vagrant", disabled: true
+ debian.vm.synced_folder ".", "/vagrant", type: "rsync",
rsync__exclude: ".vagrant/"
debian.vm.provision "shell", run: "once", inline: <<-SHELL