propellor spin

This commit is contained in:
Joey Hess 2014-07-07 03:00:49 -04:00
parent 8c2a9de94b
commit a1679dfd92
Failed to extract signature
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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