summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/HostingProvider
diff options
context:
space:
mode:
authorJoey Hess2019-04-01 11:53:01 -0400
committerJoey Hess2019-04-01 11:53:01 -0400
commitc5d1556ebc5d02aaffd0d105e1d66041d0361b47 (patch)
tree54db5a3baa4bdf076c2f230e0ffb1d68333efdf1 /src/Propellor/Property/HostingProvider
parent3c3394c84b46e8e65eac010b06279b71758a5712 (diff)
Added Utility.FileMode to the modules exported by Propellor.Utilities
Since File.mode uses FileMode, it seems it ought to be exported by propellor somewhere. I don't want to make propellor Property modules themselves export core data types though, so this is a compromise of dubious utility.
Diffstat (limited to 'src/Propellor/Property/HostingProvider')
-rw-r--r--src/Propellor/Property/HostingProvider/Linode.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/HostingProvider/Linode.hs b/src/Propellor/Property/HostingProvider/Linode.hs
index ebe8d261..fc5d1a0c 100644
--- a/src/Propellor/Property/HostingProvider/Linode.hs
+++ b/src/Propellor/Property/HostingProvider/Linode.hs
@@ -3,7 +3,6 @@ module Propellor.Property.HostingProvider.Linode where
import Propellor.Base
import qualified Propellor.Property.Grub as Grub
import qualified Propellor.Property.File as File
-import Utility.FileMode
-- | Configures grub to use the serial console as set up by Linode.
-- Useful when running a distribution supplied kernel.