Enable rsync for /opt/software

Debian patching in DX env requires the software repo to be
synced between controllers. This commit enables that for us.

Test Plan:
Setup DX and run software commands to ensure that software
repo is synced between controllers after every command

Story: 2010676
Task: 47949
Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com>
Change-Id: If62e7e6ed35c8579ff60f1c2009a0dc0ef142532
This commit is contained in:
Jessica Castelino 2023-05-05 22:50:14 +00:00
parent 25bdea4131
commit 278dd346d1
1 changed files with 7 additions and 1 deletions

View File

@ -14,6 +14,12 @@ read only = yes
# comment = Everything except /etc exposed
# exclude = /etc
[software]
path = /opt/software
comment = Unified Software Management filesystem
uid = root
read only = no
[patching]
path = /opt/patching
comment = Patching filesystem
@ -28,7 +34,7 @@ read only = yes
[repo]
path = /var/www/pages/updates
comment = Patching repo
comment = Unified Software Management repo
uid = root
read only = no