Skip to content

Commit

Permalink
Fix auth.json not being copied correclty when using vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jan 16, 2015
1 parent 89df564 commit d9004ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -96,9 +96,9 @@ Vagrant.configure("2") do |config|
end

if File.exist?( "files/auth.json" )
FileUtils.cp( "files/auth.json", "dockerfiles/ezpublish/prepare" )
FileUtils.cp( "files/auth.json", "dockerfiles/ubuntu/ezpublish/prepare" )
end
FileUtils.cp( "files/etcd_functions", "dockerfiles/mysql" )
FileUtils.cp( "files/etcd_functions", "dockerfiles/ubuntu/mysql" )

# Install fig on vagrant machine
config.vm.provision :shell, :inline => "
Expand Down

0 comments on commit d9004ff

Please sign in to comment.