From 03b144f995517c56341ed222e3ed054e701334d2 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 28 Sep 2016 12:50:30 +0200 Subject: [PATCH] MT#19043 Check perms 0755 on /etc/ngcp-config/ssl for PRO only For some unknown for me reason they are different on CE and PRO. From the installer code they should be 0750, while something changes them to 0755 for PRO only. I spend two hours trying to find the reason here - no luck. Updating the test to fix tests with the actual state and continue with upgrade fixes here. Change-Id: I9fce3d3ede0289360824b8bc8e64b8426aa8451b --- pro/03_files_availability.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pro/03_files_availability.yaml.tt2 b/pro/03_files_availability.yaml.tt2 index 6020e83..4a368a6 100644 --- a/pro/03_files_availability.yaml.tt2 +++ b/pro/03_files_availability.yaml.tt2 @@ -74,7 +74,7 @@ file: /etc/ngcp-config/ssl: exists: true - mode: "0750" + mode: "0755" owner: root group: ssl-cert filetype: directory