aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2026-02-13 22:23:28 +0200
committerJani Välimaa <wally@mageia.org>2026-02-13 22:23:28 +0200
commitb02ddf291ad123258d4a1d3d5ad10984b15efe60 (patch)
treeaf93ed919cdc8895d3278752e9a43cde744b21e1 /modules/buildsystem/manifests
parentaff2234a87c43c44b86d6177d9ca78746a09642e (diff)
downloadpuppet-b02ddf291ad123258d4a1d3d5ad10984b15efe60.tar
puppet-b02ddf291ad123258d4a1d3d5ad10984b15efe60.tar.gz
puppet-b02ddf291ad123258d4a1d3d5ad10984b15efe60.tar.bz2
puppet-b02ddf291ad123258d4a1d3d5ad10984b15efe60.tar.xz
puppet-b02ddf291ad123258d4a1d3d5ad10984b15efe60.zip
Revert "mirror: fix bootstrap mirror owner and group"
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/repository.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/repository.pp b/modules/buildsystem/manifests/repository.pp
index 92d88975..dda90eb2 100644
--- a/modules/buildsystem/manifests/repository.pp
+++ b/modules/buildsystem/manifests/repository.pp
@@ -3,8 +3,6 @@ class buildsystem::repository {
file { [ $buildsystem::var::repository::bootstrap_root,
$buildsystem::var::repository::bootstrap_reporoot ] :
ensure => directory,
- owner => 'schedbot',
- group => 'schedbot',
}
apache::vhost::other_app { $buildsystem::var::repository::hostname: