From 212d3da6f5ce89ec1ffafa3d6d3a8754d6ebfc7f Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 28 Sep 2016 00:41:21 +0200 Subject: [PATCH] MT#19043 Fix typo in perms for /etc/ngcp-config/ssl/ Change-Id: If9822bf29e045184633b0323bd9011930b3be0ec --- ce/03_files_availability.yaml.tt2 | 2 +- pro/03_files_availability.yaml.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ce/03_files_availability.yaml.tt2 b/ce/03_files_availability.yaml.tt2 index 5afefef..cb9eee0 100644 --- a/ce/03_files_availability.yaml.tt2 +++ b/ce/03_files_availability.yaml.tt2 @@ -66,7 +66,7 @@ file: /etc/ngcp-config/ssl: exists: true - mode: "0755" + mode: "0750" owner: root group: ssl-cert filetype: directory diff --git a/pro/03_files_availability.yaml.tt2 b/pro/03_files_availability.yaml.tt2 index e3b9b44..ceb8213 100644 --- a/pro/03_files_availability.yaml.tt2 +++ b/pro/03_files_availability.yaml.tt2 @@ -66,7 +66,7 @@ file: /etc/ngcp-config/ssl: exists: true - mode: "0755" + mode: "0750" owner: root group: ssl-cert filetype: directory