aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 16:44:35 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 16:44:35 +0000
commitac851ad10b890d7d9cc9950db11fe808691d9ea8 (patch)
tree0d66bab271f1e295f62f3274682d1a38d15133f3 /modules
parentc761ea7ca8518aee3a77a69c6de7d6f63e69a065 (diff)
downloadpuppet-ac851ad10b890d7d9cc9950db11fe808691d9ea8.tar
puppet-ac851ad10b890d7d9cc9950db11fe808691d9ea8.tar.gz
puppet-ac851ad10b890d7d9cc9950db11fe808691d9ea8.tar.bz2
puppet-ac851ad10b890d7d9cc9950db11fe808691d9ea8.tar.xz
puppet-ac851ad10b890d7d9cc9950db11fe808691d9ea8.zip
do not let the configuration of iurt to be writable by itself
( since that's useless, and could cause trouble ( especially since the configuration is executed by iurt and others )
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 18bd8242..251270ff 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -97,8 +97,6 @@ class buildsystem {
class iurtupload {
file { "/etc/iurt/upload.conf":
- owner => $build_login,
- group => $build_login,
require => File["/etc/iurt"],
content => template("buildsystem/upload.conf")
}