Update some typos
testing/og-dhcp-API/pipeline/head This commit looks good
Details
testing/og-dhcp-API/pipeline/head This commit looks good
Details
parent
62134cd7fd
commit
8f633961bb
|
@ -9,9 +9,9 @@ cd /vagrant/installer
|
||||||
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
|
chmod +x ogdhcp_installer.sh && ./ogdhcp_installer.sh
|
||||||
cp /vagrant/tests/API-dhcp/assets/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
|
||||||
a2ensite ogdhcp.conf
|
a2ensite ogdhcp.conf
|
||||||
a2disite 000-default.conf
|
a2dissite 000-default.conf
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" <nombre_del_archivo>
|
sed -i "s|{{SERVER_NAME}}|${SERVER_NAME}|g" /opt/ogdhcp/public/swagger-initializer.js
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure('2') do |config|
|
Vagrant.configure('2') do |config|
|
||||||
|
|
Loading…
Reference in New Issue