Skip to content

Commit

Permalink
bw/groups/minions-servercase: fix mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Apr 5, 2024
1 parent 2039797 commit 39ab68b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundlewrap/groups/servercase.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
'cifs-client': {
'mounts': {
'video': {
'serverpath': '//storage.lan.c3voc.de/video',
'serverpath': '//10.73.200.24/video',
'mount_options': {
'ro': None,
},
},
'video-encoded': {
'serverpath': '//storage.lan.c3voc.de/encoded',
'serverpath': '//10.73.200.24/encoded',
},
'video-fuse': {
'serverpath': '//storage.lan.c3voc.de/fuse',
'serverpath': '//10.73.200.24/fuse',
},
'video-tmp': {
'serverpath': '//storage.lan.c3voc.de/tmp',
'serverpath': '//10.73.200.24/tmp',
},
},
},
Expand Down

0 comments on commit 39ab68b

Please sign in to comment.