Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 407dc73

Browse files
committed
revises style from 8e2a841
1 parent ab7d157 commit 407dc73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Vagrantfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Vagrant.configure("2") do |config|
2-
config.vm.box = 'precise32'
3-
config.vm.box_url = 'http://files.vagrantup.com/precise32.box'
1+
Vagrant.configure('2') do |config|
2+
config.vm.box = 'precise32'
3+
config.vm.box_url = 'http://files.vagrantup.com/precise32.box'
44
config.vm.hostname = 'rails-dev-box'
55

66
config.vm.network :forwarded_port, guest: 3000, host: 3000
77

88
config.vm.provision :puppet do |puppet|
99
puppet.manifests_path = 'puppet/manifests'
10-
puppet.module_path = 'puppet/modules'
10+
puppet.module_path = 'puppet/modules'
1111
end
1212
end

0 commit comments

Comments
 (0)