From 46c9c2547aec5b0650e9e7e67a9e119c525485ba Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 6 Feb 2026 13:35:26 +0100 Subject: [PATCH] OP#414 remove recursive --- manifests/main/dirs.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifests/main/dirs.pp b/manifests/main/dirs.pp index 5347846..94b973a 100644 --- a/manifests/main/dirs.pp +++ b/manifests/main/dirs.pp @@ -13,7 +13,6 @@ class confdroid_gitea::main::dirs ( mode => '0750', owner => $ga_user, group => $ga_user, - recurse => true, } file { [ @@ -36,14 +35,12 @@ class confdroid_gitea::main::dirs ( mode => '0750', owner => $ga_user, group => $ga_user, - recurse => true, } file { $ga_conf_dir: ensure => 'directory', mode => '0770', owner => 'root', group => $ga_user, - recurse => true, } } }