Fix indentation in raw/packages task

This commit is contained in:
Anders Ingemann 2013-08-10 17:23:56 +02:00
parent 1b329d1082
commit 43c9bdb14e

View file

@ -22,7 +22,7 @@ class ImagePackages(Task):
manifest = info.manifest manifest = info.manifest
# Add some basic packages we are going to need # Add some basic packages we are going to need
include = set(['udev', include = set(['udev',
'parted', 'parted',
'openssh-server', 'openssh-server',
# We could bootstrap without locales, but things just suck without them, error messages etc. # We could bootstrap without locales, but things just suck without them, error messages etc.
'locales', 'locales',
@ -30,9 +30,9 @@ class ImagePackages(Task):
'file', 'file',
# isc-dhcp-client doesn't work properly with ec2 # isc-dhcp-client doesn't work properly with ec2
'dhcpcd', 'dhcpcd',
'grub2', 'grub2',
'chkconfig', 'chkconfig',
'openssh-client' 'openssh-client'
]) ])
exclude = set(['isc-dhcp-client', exclude = set(['isc-dhcp-client',