osbuilder: Log when the default policy is installed

This will help us to debug issues in the future (and would have helped
in the past as well). :-)

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2024-05-14 19:54:45 +02:00
parent 75bd97e8df
commit 92bb235723

View File

@@ -706,6 +706,7 @@ EOF
fi fi
if [ "${AGENT_POLICY}" == "yes" ]; then if [ "${AGENT_POLICY}" == "yes" ]; then
info "Install the default policy"
# Install default settings for the kata-opa service. # Install default settings for the kata-opa service.
local kata_opa_in_dir="${script_dir}/../../../src/kata-opa" local kata_opa_in_dir="${script_dir}/../../../src/kata-opa"
local opa_settings_dir="/etc/kata-opa" local opa_settings_dir="/etc/kata-opa"