From b865a72266f9ca3db4822b04412b8000645a462f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 17 Mar 2012 10:35:52 +0000 Subject: use a regular user for bcd, not a special one with ssh key management builtin --- modules/bcd/manifests/init.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/bcd/manifests/init.pp b/modules/bcd/manifests/init.pp index db55c19d..84010e7a 100644 --- a/modules/bcd/manifests/init.pp +++ b/modules/bcd/manifests/init.pp @@ -9,10 +9,12 @@ class bcd { class base inherits variable { include sudo - buildsystem::sshuser { $bcd_login: + group { $bcd_login: } + + user { $bcd_login: homedir => $bcd_home, comment => "User for creating ISOs", - } + } file { $public_isos: ensure => directory, -- cgit v1.2.1