Enable rsync for /etc/update.d

When it is needed to do a /etc/update.d rsync between controllers,
rsync does not find this folder.

This commit adds /etc/update.d directory to rsync scope

Test-plan:
PASS: rsync a /etc/update.d content between controllers

Story: 2010676
Task: 51299

Change-Id: I2a68091704518a4cae8507351c23e4a84d1ea027
Signed-off-by: Lindley Vieira <lindley.vieira@windriver.com>
This commit is contained in:
Lindley Vieira 2024-11-07 13:16:29 -03:00
parent bd0b9e00db
commit 1af68256ca

View File

@ -55,3 +55,9 @@ read only = yes
comment = Helm chart repo comment = Helm chart repo
uid = root uid = root
read only = no read only = no
[update_scripts]
path = /etc/update.d
comment = Patch activate scripts
uid = root
read only = no