Fix wrong directory in vagrantfile
parent
d2842450b1
commit
7fd88da0e9
|
@ -6,7 +6,7 @@ $script = <<SCRIPT
|
||||||
echo "Provisioning with shell script..."
|
echo "Provisioning with shell script..."
|
||||||
cd /vagrant/installer
|
cd /vagrant/installer
|
||||||
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
|
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
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure('2') do |config|
|
Vagrant.configure('2') do |config|
|
||||||
|
|
Loading…
Reference in New Issue