Use mdoc(7) instead of markdown #6

Merged
Ghost merged 27 commits from use-mdoc into master 2019-01-29 16:53:15 +01:00
Showing only changes of commit 835ccc5729 - Show all commits

1
Vagrantfile vendored
View file

@ -9,6 +9,7 @@ load File.expand_path(vagrantfile) if File.exists?(vagrantfile)
Vagrant.configure('2') do |config|
config.vm.synced_folder "./", "/vagrant", type: "rsync", rsync__exclude: [ '.vagrant', '.git' ]
config.ssh.shell="/bin/sh"
config.vm.provider :libvirt do |libvirt|
libvirt.storage :file, :size => '10G', :device => 'vdb'