summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Openssl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Openssl.hs')
-rw-r--r--src/Propellor/Property/Openssl.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Property/Openssl.hs b/src/Propellor/Property/Openssl.hs
index a91b8195..0cb7c9c2 100644
--- a/src/Propellor/Property/Openssl.hs
+++ b/src/Propellor/Property/Openssl.hs
@@ -5,10 +5,8 @@ module Propellor.Property.Openssl where
import Propellor.Base
import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.File as File
-import Utility.FileMode
import Utility.SafeCommand
-
installed :: Property DebianLike
installed = Apt.installed ["openssl"]