From 43c9bdb14e71ad3022af81cc2129f811568f3545 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 10 Aug 2013 17:23:56 +0200 Subject: [PATCH] Fix indentation in raw/packages task --- providers/raw/tasks/packages.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/providers/raw/tasks/packages.py b/providers/raw/tasks/packages.py index 89c1589..cb098ca 100644 --- a/providers/raw/tasks/packages.py +++ b/providers/raw/tasks/packages.py @@ -22,7 +22,7 @@ class ImagePackages(Task): manifest = info.manifest # Add some basic packages we are going to need include = set(['udev', - 'parted', + 'parted', 'openssh-server', # We could bootstrap without locales, but things just suck without them, error messages etc. 'locales', @@ -30,9 +30,9 @@ class ImagePackages(Task): 'file', # isc-dhcp-client doesn't work properly with ec2 'dhcpcd', - 'grub2', - 'chkconfig', - 'openssh-client' + 'grub2', + 'chkconfig', + 'openssh-client' ]) exclude = set(['isc-dhcp-client',