From ac851ad10b890d7d9cc9950db11fe808691d9ea8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 16:44:35 +0000 Subject: 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 ) --- modules/buildsystem/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/buildsystem') 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") } -- cgit v1.2.1