new-machine: drop duplicated &&
[mirror/dsa-wiki.git] / input / howto / new-machine.creole
index 542d1c7..88a9805 100644 (file)
@@ -8,7 +8,7 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
     apt-get install --no-install-recommends ssh vim &&
     echo -n > /etc/environment &&
     echo -n > /etc/default/locale &&
-    apt-get install --no-install-recommends dialog && &&
+    apt-get install --no-install-recommends dialog &&
     echo "debconf debconf/priority        select high" | debconf-set-selections &&
     echo "debconf debconf/frontend        select Dialog" | debconf-set-selections
 }}}
@@ -23,7 +23,7 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
 * run generate, or wait until cron runs it for you.  Update DNS.
 {{{
     : :: draghi :: && sudo -u sshdist ud-generate && sudo -H ud-replicate && sudo -H puppetd -t
-    : :: orff :: && sudo -H ud-replicate
+    : :: denis :: && sudo -H ud-replicate
 }}}
 
 * setup [[puppet|howto/puppet-setup]]  (run the puppet client two or three times until things converge.)