summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-07-07 03:00:49 -0400
committerJoey Hess2014-07-07 03:00:49 -0400
commita1679dfd92b0ecaf2f4bea8c1bb9b1c74d261f13 (patch)
tree6d35b03f9ca27e77d62ad6746cc19839d5578325
parent8c2a9de94b179c01fbb40324a5c06101f0713e9c (diff)
propellor spin
-rw-r--r--config-joey.hs1
-rw-r--r--src/Propellor/Property/Grub.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index cce50052..6dd56c07 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 96b1e5bf..7ca6275b 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