After ud-replicate, run puppet
[mirror/dsa-wiki.git] / input / howto / new-machine.creole
index 22bb929..e9015ba 100644 (file)
@@ -51,11 +51,6 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
     (cd / && env -i /etc/init.d/ssh restart)
 }}}
 
-* install userdir-ldap
-{{{
-    apt-get update && apt-get install userdir-ldap
-}}}
-
 * on the host, run ud-replicate
 {{{
     echo draghi.debian.org,draghi,db.debian.org,db,82.195.75.106,::ffff:82.195.75.106 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAy1mAS0xIOZH9OrJZf1Wv9qYORv5Z5fmpF0o8Y4IMdS+ZzTjN1Sl8M77jaFTJbumJNs+n2CMcX8CoMemQEPBoRe20a5t3dExPQ3c7FNU0z+WIVFbu/oTTkAWGp5gCDwF3pg2QxUjqYc0X4jpv6pkisyvisij6V/VJ5G1hsIMuKqrCKYyyyiJJytfzSfRrBx2QvB5ZWQxhYeSYDoLDvuF31qUy4TLZ/HR3qZQ1cBrP9dCh5d+GQxdY9LuO6zjlnSyU64GHkyjYt3p03AKG4plD7WHX01bD0DQQ/NOFVwFhOZ63mePyridPuqBMFW39jBf4jSsewV95RE5VbY04+MY4XQ== root@draghi >> /etc/ssh/ssh_known_hosts &&
@@ -72,6 +67,11 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
     apt-get install debian.org debian.org-recommended
 }}}
 
+* run puppet a couple times
+{{{
+    puppetd -t; puppetd -t; puppetd -t; puppetd -t
+}}}
+
 * try to login using your user and ssh key.  you should get a homedir.
 
 * try to become root using sudo.