From ca46a7ca2e2c6a8c811ba12f0e85441c9ec9ae3d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Nov 2010 12:13:10 +0000 Subject: set password to * to unlock the account but forbid login through login --- modules/buildsystem/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 610cb9f4..680b5257 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -48,6 +48,7 @@ class buildsystem { managehome => true, gid => $build_login, shell => "/bin/bash", + password => '*', # set password to * to unlock the account but forbid login through login } file { $build_home_dir: -- cgit v1.2.1