From 85946469f7d21ddf70536c81cc80febe2c449850 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 27 Aug 2009 16:51:36 +0200 Subject: [PATCH] No longer need to set editor alternative - puppet does that. Just make sure vim is installed soon enough --- input/howto/new-machine.creole | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index f73c2da..98782d5 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -8,6 +8,11 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup apt-get install ssh }}} +* sane editor +{{{ + apt-get install vim +}}} + * sane locales: (make sure there is _no_ locale defined in /etc/environment and /etc/default/locale) {{{ echo -n > /etc/environment @@ -120,11 +125,6 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup newaliases }}} -* sane default editor -{{{ - apt-get install vim && update-alternatives --set editor /usr/bin/vim.basic -}}} - * add to munin on spohr {{{ : :: spohr :: && sudo vi /etc/munin/munin.conf -- 2.20.1