TT#7570 Add /usr to the list of directories to manage configs for

The monit-services OCF Resource Agent for pacemaker needs to be
installed there.

Ideally we would not need this, but as this is the only location
allowed by pacemaker, let's add it, even if we might at some point
end up not using it, as we can just not install any templates in those
directories.

Change-Id: Ib14b68388f018b45bc4d7cf6895ca17d0fc802a3
changes/46/31046/4
Guillem Jover 7 years ago
parent 20127f0b8c
commit 55c5c6df89

@ -14,7 +14,7 @@ RTP_INTERFACES_CONFIG="/etc/ngcp-rtpengine-daemon/interfaces.yml"
EXTRA_CONFIG_DIR="${NGCPCTL_MAIN}/config.d/" EXTRA_CONFIG_DIR="${NGCPCTL_MAIN}/config.d/"
# configuration dirs that should be managed # configuration dirs that should be managed
CONFIG_POOL='/etc /var' CONFIG_POOL='/etc /var /usr'
# location of templates # location of templates
TEMPLATE_POOL_BASE="${NGCPCTL_MAIN}/templates" TEMPLATE_POOL_BASE="${NGCPCTL_MAIN}/templates"

Loading…
Cancel
Save