aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-12-06 14:20:31 +0000
committerNicolas Vigier <boklm@mageia.org>2010-12-06 14:20:31 +0000
commit15fbf9e87b82e37f953593d3747460170e0fb460 (patch)
tree4e2a354ca90a1e83213d7c44394f2607ab17d24d /modules
parentf747a6db43e088e0293aa3ed8a646251f4905b81 (diff)
downloadpuppet-15fbf9e87b82e37f953593d3747460170e0fb460.tar
puppet-15fbf9e87b82e37f953593d3747460170e0fb460.tar.gz
puppet-15fbf9e87b82e37f953593d3747460170e0fb460.tar.bz2
puppet-15fbf9e87b82e37f953593d3747460170e0fb460.tar.xz
puppet-15fbf9e87b82e37f953593d3747460170e0fb460.zip
add sticky bit on repsys/tmp and repsys/srpms
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 9d836c52..b21283f2 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -91,7 +91,7 @@ class buildsystem {
ensure => "directory",
owner => $sched_login,
group => "mga-committers",
- mode => 775,
+ mode => 1775,
require => File["$sched_home_dir/repsys"],
}
@@ -99,7 +99,7 @@ class buildsystem {
ensure => "directory",
owner => $sched_login,
group => "mga-committers",
- mode => 775,
+ mode => 1775,
require => File["$sched_home_dir/repsys"],
}
}