From 9b75c8b1a93cd4e289e0b7fad25fdb4aecf358b9 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 30 Oct 2025 16:14:11 +0100 Subject: [PATCH 1/2] move node.rb - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292 --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 69de6af..74b7a41 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -25,7 +25,7 @@ class puppet_cd::main::files ( group => 'root', mode => '0550', selrole => object_r, - seltype => foreman_enc_t, + seltype => puppet_etc_t, seluser => system_u, content => template($pt_node_rb_erb), } From 2e907235acc971c6cc99e8afd4ff42e52db942ac Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 30 Oct 2025 16:15:37 +0100 Subject: [PATCH 2/2] Recommit for updates in build 101 --- doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html index befc8fd..80793e0 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -214,7 +214,7 @@ class puppet_cd::main::files ( group => 'root', mode => '0550', selrole => object_r, - seltype => foreman_enc_t, + seltype => puppet_etc_t, seluser => system_u, content => template($pt_node_rb_erb), }