randomHostKeys is removed from CloudAtCost.deCruft.
This commit is contained in:
parent
fd1e01c853
commit
ab8ff9a00e
|
@ -94,6 +94,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
& ipv4 "167.88.41.194"
|
& ipv4 "167.88.41.194"
|
||||||
|
|
||||||
& CloudAtCost.decruft
|
& CloudAtCost.decruft
|
||||||
|
& Ssh.randomHostKeys
|
||||||
& Apt.unattendedUpgrades
|
& Apt.unattendedUpgrades
|
||||||
& Network.ipv6to4
|
& Network.ipv6to4
|
||||||
& Tor.isBridge
|
& Tor.isBridge
|
||||||
|
|
|
@ -13,6 +13,7 @@ propellor (1.3.0) UNRELEASED; urgency=medium
|
||||||
configured to have.
|
configured to have.
|
||||||
* sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType
|
* sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType
|
||||||
parameter. (API change)
|
parameter. (API change)
|
||||||
|
* CloudAtCost.deCruft no longer forces randomHostKeys.
|
||||||
* Fix build with process 1.2.1.0.
|
* Fix build with process 1.2.1.0.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 01 Jan 2015 13:27:23 -0400
|
-- Joey Hess <id@joeyh.name> Thu, 01 Jan 2015 13:27:23 -0400
|
||||||
|
|
|
@ -10,7 +10,6 @@ import qualified Propellor.Property.User as User
|
||||||
decruft :: Property
|
decruft :: Property
|
||||||
decruft = propertyList "cloudatcost cleanup"
|
decruft = propertyList "cloudatcost cleanup"
|
||||||
[ Hostname.sane
|
[ Hostname.sane
|
||||||
, Ssh.randomHostKeys
|
|
||||||
, "worked around grub/lvm boot bug #743126" ==>
|
, "worked around grub/lvm boot bug #743126" ==>
|
||||||
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
|
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
|
||||||
`onChange` cmdProperty "update-grub" []
|
`onChange` cmdProperty "update-grub" []
|
||||||
|
|
Loading…
Reference in New Issue