File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -87,24 +87,21 @@ Vagrant.configure('2') do |config|
87
87
88
88
end
89
89
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
108
105
109
106
config . vm . define 'trusty64.local' do |machine |
110
107
You can’t perform that action at this time.
0 commit comments