TT#51416 Remove shared-files dir from CE checks

In CE this dir was created and used only to keep sipwise.cnf file.
Now sipwise.cnf is generated from constants.yml so no need to place it
to shared-files so there is no such dir on CE.
Add explicit check of this dir to PRO checks.

Change-Id: I35503275c8fb22b731a37747c649e9691a6674c2
changes/66/27066/1
Mykola Malkov 6 years ago
parent 41d31b48a9
commit f34b4bd424

@ -72,14 +72,6 @@ file:
filetype: directory
contains: []
/etc/ngcp-config/shared-files:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/etc/ngcp_version:
exists: true
mode: "0644"

@ -1,5 +1,13 @@
file:
/etc/ngcp-config/shared-files:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/etc/ngcp-config/shared-files/ssh:
exists: true
mode: "0755"

Loading…
Cancel
Save