From 05bb031e4d26be2e420684f7c6426174530db406 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 15:06:10 +0100 Subject: [PATCH] fix file permissions - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/r10k/install.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/r10k/install.pp b/manifests/r10k/install.pp index 941aa70..74f9057 100644 --- a/manifests/r10k/install.pp +++ b/manifests/r10k/install.pp @@ -73,7 +73,7 @@ class puppet_cd::r10k::install ( ensure => file, owner => 'root', group => 'root', - mode => '0755', + mode => '0644', selrange => s0, selrole => object_r, seltype => puppet_etc_t,