Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Jun 9, 2015
2 parents b84abd7 + ab9e2c8 commit 7da6b9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.idea/
.vagrant
Movefile
vendor
www
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Vagrant.configure(2) do |config|
exit 1
end

config.vm.define _conf['hostname'] do |v|
end

config.vm.box = ENV['wp_box'] || _conf['wp_box']
config.ssh.forward_agent = true

Expand All @@ -65,6 +68,7 @@ Vagrant.configure(2) do |config|
end

config.vm.provider :virtualbox do |vb|
vb.name = _conf['hostname']
vb.memory = _conf['memory'].to_i
vb.cpus = _conf['cpus'].to_i
if 1 < _conf['cpus'].to_i
Expand Down
2 changes: 1 addition & 1 deletion provision/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cpus: 1
#
# Network Settings
#
hostname: wordpress.local
hostname: vccw.dev
ip: 192.168.33.10
sync_folder: 'www/wordpress'

Expand Down

0 comments on commit 7da6b9e

Please sign in to comment.