voisniff was missing the test for symlink, now the directory mode changed to the more restrictive 0750, and this is only relevant for Pro. Change-Id: I8f317ced7469704326f4b32fc3408fc5cc86e447mr9.5.2
parent
b83c53c659
commit
c6fbdc2f05
@ -1,8 +1,15 @@
|
||||
file:
|
||||
/ngcp-data/voisniff:
|
||||
exists: true
|
||||
mode: "0755"
|
||||
mode: "0750"
|
||||
owner: root
|
||||
group: root
|
||||
filetype: directory
|
||||
contains: []
|
||||
|
||||
/var/lib/ngcp-voisniff:
|
||||
exists: true
|
||||
mode: "0777"
|
||||
owner: root
|
||||
group: root
|
||||
filetype: symlink
|
||||
linked-to: /ngcp-data/voisniff
|
||||
|
Loading…
Reference in new issue