Skip to content
Snippets Groups Projects
Verified Commit 0be2467f authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/tests: add Fedora29

parent f4c75d2b
No related branches found
No related tags found
1 merge request!676packaging: updates
# -*- mode: ruby -*-
# vi: set ft=ruby :
#
Vagrant.configure(2) do |config|
config.vm.box = "fedora/29-cloud-base"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.vm.define "fedora29_knot-resolver" do |machine|
machine.vm.provision "ansible" do |ansible|
ansible.playbook = "../knot-resolver-test.yaml"
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment