mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Re-add RemoveHostname task to ec2 taskset
It must have slipped through at a refactor
This commit is contained in:
parent
d11989f976
commit
c67b68fc5a
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue