Add a warning
[mirror/dsa-wiki.git] / input / howto / new-machine.creole
index 427163d..b583991 100644 (file)
@@ -2,6 +2,8 @@
 
 Note: this is partially obsolete now that we have [[puppet-setup|puppet]].  We should probably update/rework some parts.
 
+** Warning: This procedure has not been tested since being moved to the wiki.  Beware. **
+
 * install ssh if it isn't there already
 {{{
     apt-get install ssh
@@ -136,7 +138,7 @@ EOF
 }}}
 
 * exim setup:
-{{{{
+{{{
     :: now obsolete :: &&
     apt-get install git-core curl &&
     ! [ -d /etc/exim4.bak ] &&
@@ -148,7 +150,7 @@ EOF
     ./Git/bin/update &&
     (cd / && /etc/init.d/exim4 start)
 }}}
- ** Add debian-admin@debian.org to root in /etc/aliases
+* Add debian-admin@debian.org to root in /etc/aliases
 
 * sane default editor
 {{{