From: Stephen Gran Date: Sun, 26 Jan 2014 17:50:58 +0000 (+0000) Subject: More formatting X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=efb5d6f6ad0dac7d04d6c0923d987ff06963306d More formatting Signed-off-by: Stephen Gran --- diff --git a/input/howto/decomission.mdwn b/input/howto/decomission.mdwn index 4598dde..c432580 100644 --- a/input/howto/decomission.mdwn +++ b/input/howto/decomission.mdwn @@ -19,7 +19,12 @@ * Remove references to the host from DNS files, including reverse DNS * Get rid of the HW (tell the hoster to get rid of it or other as appropriate) * Remove MQ queues related to machine (see [[doc/mq]] for details) - for queue in $(rabbitmqadmin -N rainier list queues name | grep unger.debian.org | awk '{print $2}') ; do rabbitmqadmin -N rainier -V dsa delete queue name=$queue; done + + for queue in $(rabbitmqadmin -N rainier list queues name | \ + grep unger.debian.org | \ + awk '{print $2}') ; do + rabbitmqadmin -N rainier -V dsa delete queue name=$queue + done Three months after decomissioning: