diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 17:15:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 17:15:59 -0400 |
| commit | ab8ff9a00e76d3cc395136d3c676286aae28eb19 (patch) | |
| tree | 2d37a531714e69010bb8350b0602ac1a6c7f4680 /src/Propellor/Property/HostingProvider | |
| parent | fd1e01c853d9aff6435b3421f4134a63144fa2b5 (diff) | |
randomHostKeys is removed from CloudAtCost.deCruft.
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
| -rw-r--r-- | src/Propellor/Property/HostingProvider/CloudAtCost.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/HostingProvider/CloudAtCost.hs b/src/Propellor/Property/HostingProvider/CloudAtCost.hs index cce80920..f45a4aa8 100644 --- a/src/Propellor/Property/HostingProvider/CloudAtCost.hs +++ b/src/Propellor/Property/HostingProvider/CloudAtCost.hs @@ -10,7 +10,6 @@ import qualified Propellor.Property.User as User decruft :: Property decruft = propertyList "cloudatcost cleanup" [ Hostname.sane - , Ssh.randomHostKeys , "worked around grub/lvm boot bug #743126" ==> "/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true" `onChange` cmdProperty "update-grub" [] |
