From a1679dfd92b0ecaf2f4bea8c1bb9b1c74d261f13 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2014 03:00:49 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 1 - src/Propellor/Property/Grub.hs | 1 - 2 files changed, 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index cce5005..6dd56c0 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -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 diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs index 96b1e5b..7ca6275 100644 --- a/src/Propellor/Property/Grub.hs +++ b/src/Propellor/Property/Grub.hs @@ -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