From 51405ea31b67b2419f73e544abeb57e278b2fae6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 1 Mar 2008 22:03:26 +0000 Subject: * cosmetical fix (indentation) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1594 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 871b7422..643802e4 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -102,18 +102,18 @@ use vars qw(%supportedDistros); 'ubuntu-7.04_amd64' => { module => 'Ubuntu', support => 'clone,install' }, - 'ubuntu-7.10' => { - module => 'Ubuntu', support => 'clone' - }, - 'ubuntu-7.10_amd64' => { - module => 'Ubuntu', support => 'clone' - }, - 'ubuntu-8.04' => { - module => 'Ubuntu', support => 'clone' - }, - 'ubuntu-8.04_amd64' => { - module => 'Ubuntu', support => 'clone' - }, + 'ubuntu-7.10' => { + module => 'Ubuntu', support => 'clone' + }, + 'ubuntu-7.10_amd64' => { + module => 'Ubuntu', support => 'clone' + }, + 'ubuntu-8.04' => { + module => 'Ubuntu', support => 'clone' + }, + 'ubuntu-8.04_amd64' => { + module => 'Ubuntu', support => 'clone' + }, ); our $localHttpServerMasterPID; -- cgit v1.2.3-55-g7522