mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 12:22:40 +01:00
tests: One more work around changes in testing box
This commit is contained in:
parent
df18da5dd9
commit
d747d0c8f4
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -35,6 +35,7 @@ Vagrant.configure("2") do |config|
|
||||
local.vm.hostname = "bntest0"
|
||||
local.vm.network "private_network", ip: "192.168.181.4"
|
||||
local.vm.provision "shell", inline: <<-SHELL
|
||||
echo "root: vagrant" >> /etc/aliases
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
locale-gen
|
||||
apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user