Commit 0d8a9ab3d2536d570cd98d3714438190ca43ffd6

Authored by Antonio Terceiro
1 parent 615676b3

Vagrantfile: assume vagrant-lxc doesn't need sudo

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
Vagrantfile
... ... @@ -4,9 +4,6 @@
4 4 require 'yaml'
5 5  
6 6 load './local.rake' if File.exists?('local.rake')
7   -if ENV['SPB_ENV'] == 'lxc'
8   - system('sudo', '-v')
9   -end
10 7  
11 8 # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
12 9 VAGRANTFILE_API_VERSION = "2"
... ...