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
# 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',