Fix wrong directory in vagrantfile

nginx_conf
Nicolas Arenas 2024-10-01 00:58:06 +02:00 committed by Nicolas Arenas
parent d2842450b1
commit 7fd88da0e9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $script = <<SCRIPT
echo "Provisioning with shell script..."
cd /vagrant/installer
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
cp ../tests/API-dhcp/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf
cp /vagrant/tests/API-dhcp/assets/kea-ctrl-agent.conf /etc/kea/kea-ctrl-agent.conf
SCRIPT
Vagrant.configure('2') do |config|