From ae96f563ce7f6bc7f1b4de7dbacca38f31353106 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 27 Jun 2009 19:46:09 +0200 Subject: [PATCH] pam common-session is now in puppet - move login check until after puppet is setup --- input/howto/new-machine.creole | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 499b168..86b0518 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -114,19 +114,11 @@ EOF id weasel }}} -* add pam_mkhomedir to common-session: -{{{ - grep pam_mkhomedir /etc/pam.d/common-session || \ - echo "session optional pam_mkhomedir.so skel=/etc/skel umask=0022" >> /etc/pam.d/common-session -}}} - * install debian.org which brings you shells and much other fun {{{ apt-get install debian.org }}} -* try to login using your user and ssh key. you should get a homedir. - * make ca-certificates sane: (choose to *not* trust new certs, and we only want the spi cert activated) {{{ echo "ca-certificates ca-certificates/trust_new_crts select no" | debconf-set-selections @@ -169,6 +161,8 @@ EOF * setup [[puppet|howto/puppet-setup]] +* try to login using your user and ssh key. you should get a homedir. + * edit dedication into in $DSA-PUPPET/modules/debian-org/misc/local.yaml * add to nagios -- 2.20.1