:: is not nop, : is
authorPeter Palfrader <peter@palfrader.org>
Thu, 19 Mar 2009 09:38:49 +0000 (10:38 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 19 Mar 2009 09:38:49 +0000 (10:38 +0100)
input/howto/new-machine.creole

index b583991..27ff539 100644 (file)
@@ -84,12 +84,12 @@ EOF
 * on samosa, add the host to /home/sshdist/.ssh/authorized_keys and generate.conf
 (you want the host's rsa host key there: {{{cat /etc/ssh/ssh_host_rsa_key.pub}}})
 {{{
-    :: samosa :: && sudo vi /home/sshdist/.ssh/authorized_keys
-    :: samosa :: && sudo vi /etc/userdir-ldap/generate.conf
+    : :: samosa :: && sudo vi /home/sshdist/.ssh/authorized_keys
+    : :: samosa :: && sudo vi /etc/userdir-ldap/generate.conf
 }}}
 * run generate, or wait until cron runs it for you
 {{{
-    :: samosa :: && sudo -u sshdist ud-generate
+    : :: samosa :: && sudo -u sshdist ud-generate
 }}}
 
 * fix nsswitch for ud fu.
@@ -139,7 +139,7 @@ EOF
 
 * exim setup:
 {{{
-    :: now obsolete :: &&
+    : :: now obsolete :: &&
     apt-get install git-core curl &&
     ! [ -d /etc/exim4.bak ] &&
     /etc/init.d/exim4 stop &&
@@ -200,7 +200,7 @@ EOF
 }}}
 * add to munin on spohr
 {{{
-    :: spohr :: && sudo vi /etc/munin/munin.conf
+    : :: spohr :: && sudo vi /etc/munin/munin.conf
 }}}