aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-01-08 02:16:32 +0000
committerThomas Backlund <tmb@mageia.org>2012-01-08 02:16:32 +0000
commit4995cbb7b779c94706396ef662dea99649870730 (patch)
tree769f6c5ea3655d33d2707a58a9ed9edb9428bf5e /modules/buildsystem
parent75da42f6ab1232afae3ae7cfbaaff4723e9c9b4c (diff)
downloadpuppet-4995cbb7b779c94706396ef662dea99649870730.tar
puppet-4995cbb7b779c94706396ef662dea99649870730.tar.gz
puppet-4995cbb7b779c94706396ef662dea99649870730.tar.bz2
puppet-4995cbb7b779c94706396ef662dea99649870730.tar.xz
puppet-4995cbb7b779c94706396ef662dea99649870730.zip
set group too for iurt & co
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 9a717343..e7e63c89 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -294,6 +294,7 @@ class buildsystem {
file { $homedir:
ensure => "directory",
owner => $title,
+ group => $title,
require => User[$title],
}