Re-add RemoveHostname task to ec2 taskset

It must have slipped through at a refactor
This commit is contained in:
Anders Ingemann 2014-01-20 21:01:10 +01:00
parent d11989f976
commit c67b68fc5a

View file

@ -72,6 +72,7 @@ def resolve_tasks(taskset, manifest):
boot.DisableGetTTYs, boot.DisableGetTTYs,
security.EnableShadowConfig, security.EnableShadowConfig,
network.RemoveDNSInfo, network.RemoveDNSInfo,
network.RemoveHostname,
network.ConfigureNetworkIF, network.ConfigureNetworkIF,
tasks.network.EnableDHCPCDDNS, tasks.network.EnableDHCPCDDNS,
initd.AddExpandRoot, initd.AddExpandRoot,