Skip to content

Commit

Permalink
Merge pull request h5bp#28 from miya0001/v1.3.3
Browse files Browse the repository at this point in the history
V1.3.3
  • Loading branch information
miya0001 committed Sep 5, 2014
2 parents 4e6c678 + 5b6e0ed commit 1b582f0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Vagrantfile.sample
Expand Up @@ -71,8 +71,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize [
"modifyvm", :id,
"--natdnsproxy1", "on",
"--natdnshostresolver1", "on"
]
end

config.vm.provision :chef_solo do |chef|
Expand All @@ -96,7 +99,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"mbstring.language" => "neutral",
"mbstring.internal_encoding" => "UTF-8",
"date.timezone" => "UTC",
"short_open_tag" => "Off"
"short_open_tag" => "Off",
"session.save_path" => "/tmp"
}
},
:mysql => {
Expand Down

0 comments on commit 1b582f0

Please sign in to comment.