Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit cba3d10

Browse files
committed
Rubocop fixes for Vagrantfile
1 parent caaf40a commit cba3d10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Base hostname
22
cookbook = 'rhn'
33

4-
Vagrant.configure("2") do |config|
4+
Vagrant.configure('2') do |config|
55
config.berkshelf.enabled = true
66
config.cache.auto_detect = true
77
config.omnibus.chef_version = :latest
@@ -84,8 +84,8 @@ Vagrant.configure("2") do |config|
8484

8585
config.vm.network :private_network, ip: '192.168.50.10'
8686

87-
config.vm.provider "virtualbox" do |v|
88-
v.customize ["modifyvm", :id, "--memory", 1024]
87+
config.vm.provider 'virtualbox' do |v|
88+
v.customize ['modifyvm', :id, '--memory', 1024]
8989
end
9090

9191
config.vm.provision :chef_solo do |chef|

0 commit comments

Comments
 (0)