Skip to content

Commit 3c1f45e

Browse files
committed
Add Fedora back to Vagrant tests. ANXS#393 fixed this.
1 parent c1da157 commit 3c1f45e

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

Vagrantfile

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,21 @@ Vagrant.configure('2') do |config|
8787

8888
end
8989

90-
#
91-
# Broken, raised https://github.com/ANXS/postgresql/issues/390 to investigate
92-
#
93-
# config.vm.define 'fedora27.local' do |machine|
94-
#
95-
# machine.vm.box = "fedora/27-cloud-base"
96-
# machine.vm.network :private_network, ip: '192.168.88.27'
97-
# machine.vm.hostname = 'fedora27.local'
98-
#
99-
# machine.vm.provision 'ansible' do |ansible|
100-
# ansible.playbook = 'tests/playbook.yml'
101-
# ansible.verbose = "vvv"
102-
# ansible.become = true
103-
# ansible.inventory_path = 'vagrant-inventory'
104-
# ansible.host_key_checking = false
105-
# end
106-
#
107-
# end
90+
config.vm.define 'fedora27.local' do |machine|
91+
92+
machine.vm.box = "fedora/27-cloud-base"
93+
machine.vm.network :private_network, ip: '192.168.88.27'
94+
machine.vm.hostname = 'fedora27.local'
95+
96+
machine.vm.provision 'ansible' do |ansible|
97+
ansible.playbook = 'tests/playbook.yml'
98+
ansible.verbose = "vvv"
99+
ansible.become = true
100+
ansible.inventory_path = 'vagrant-inventory'
101+
ansible.host_key_checking = false
102+
end
103+
104+
end
108105

109106
config.vm.define 'trusty64.local' do |machine|
110107

0 commit comments

Comments
 (0)