refs #799 removes kea password comprobation in kea agent service
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
bd88f58303
commit
d53fddf3a9
|
@ -95,7 +95,8 @@ function checkDependencies() {
|
|||
echoAndLog "$dep is already installed."
|
||||
fi
|
||||
done
|
||||
|
||||
sed -i '/ConditionFileNotEmpty=\/etc\/kea\/kea-api-password/d' /usr/lib/systemd/system/kea-ctrl-agent.service
|
||||
systemctl restart kea-ctrl-agent.service
|
||||
echoAndLog "Dependencies checked."
|
||||
}
|
||||
|
||||
|
@ -364,6 +365,7 @@ add_write_permission_apparmor() {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
# Función para configurar Nginx
|
||||
setup_nginx() {
|
||||
get_first_network_interface_with_traffic
|
||||
|
|
Loading…
Reference in New Issue