Skip to content

Commit

Permalink
Merge branch 'master' of github.com:puphpet/puphpet
Browse files Browse the repository at this point in the history
Conflicts:
	archive/puphpet/vagrant/Vagrantfile-local
  • Loading branch information
jtreminio committed Jun 25, 2015
2 parents f22c8b6 + 1405530 commit 5235650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/puphpet/vagrant/Vagrantfile-local
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Vagrant.configure('2') do |config|

ssh_username = !data['ssh']['username'].nil? ? data['ssh']['username'] : 'vagrant'

config.vm.provision :shell, :inline => "sed -i -e 's/\r$//' /vagrant/shell/*.sh"
config.vm.provision :shell, :inline => "sed -i -e 's/\r$//' /vagrant/puphpet/shell/*.sh"
config.vm.provision 'shell' do |s|
s.path = 'puphpet/shell/initial-setup.sh'
s.args = '/vagrant/puphpet'
Expand Down

0 comments on commit 5235650

Please sign in to comment.