Skip to content

Commit

Permalink
Sync the working dir in the freeipa Vagrant VM too
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jul 21, 2021
1 parent 6a0a1c8 commit d469ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Vagrant.configure(2) do |config|
freeipa.vm.hostname = "ipa.noggin.test"
freeipa.hostmanager.aliases = ("kerberos.noggin.test")
freeipa.vm.synced_folder '.', '/vagrant', disabled: true
freeipa.vm.synced_folder ".", "/home/vagrant/noggin", type: "sshfs"

freeipa.vm.provider :libvirt do |libvirt|
libvirt.cpus = 2
Expand Down

0 comments on commit d469ac9

Please sign in to comment.