propellor spin
This commit is contained in:
parent
8c2a9de94b
commit
a1679dfd92
|
@ -78,7 +78,6 @@ hosts = -- (o) `
|
|||
& ipv6 "2600:3c03::f03c:91ff:fe73:b0d2"
|
||||
|
||||
& Apt.installed ["linux-image-amd64"]
|
||||
& Grub.chainPVGrub "hd0,0" "xen/xvda1"
|
||||
& Grub.chainPVGrub "hd0" "xen/xvda"
|
||||
& Hostname.sane
|
||||
& Apt.unattendedUpgrades
|
||||
|
|
|
@ -3,7 +3,6 @@ module Propellor.Property.Grub where
|
|||
import Propellor
|
||||
import qualified Propellor.Property.File as File
|
||||
import qualified Propellor.Property.Apt as Apt
|
||||
import Utility.Applicative
|
||||
|
||||
-- | Eg, hd0,0 or xen/xvda1
|
||||
type GrubDevice = String
|
||||
|
|
Loading…
Reference in New Issue