aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-23 19:44:42 +0000
committerOlivier Blin <blino@mageia.org>2010-11-23 19:44:42 +0000
commit8a945007f8ee309b3f32e6fb66b1a096a902f48a (patch)
treea9445923aa37699a6d7c9e4bbc6a01c0bc9313e1 /modules/buildsystem/manifests
parentdd65461c8ec1a6b756a943ecc4266221e5ac38ef (diff)
downloadpuppet-8a945007f8ee309b3f32e6fb66b1a096a902f48a.tar
puppet-8a945007f8ee309b3f32e6fb66b1a096a902f48a.tar.gz
puppet-8a945007f8ee309b3f32e6fb66b1a096a902f48a.tar.bz2
puppet-8a945007f8ee309b3f32e6fb66b1a096a902f48a.tar.xz
puppet-8a945007f8ee309b3f32e6fb66b1a096a902f48a.zip
ssh user requires the associated group
Diffstat (limited to 'modules/buildsystem/manifests')
-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 ba3a1721..1dcada92 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -65,6 +65,7 @@ class buildsystem {
gid => $title,
shell => "/bin/bash",
notify => Exec["unlock$title"],
+ require => Group[$title],
}
# set password to * to unlock the account but forbid login through login