From 516986cebd0030f0d599bec3b1a952344d9d9e9f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 20:29:30 -0700 Subject: propellor spin --- src/Propellor/Property/Mount.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor/Property/Mount.hs') diff --git a/src/Propellor/Property/Mount.hs b/src/Propellor/Property/Mount.hs index ff47f4d9..43ca0cc6 100644 --- a/src/Propellor/Property/Mount.hs +++ b/src/Propellor/Property/Mount.hs @@ -3,7 +3,8 @@ module Propellor.Property.Mount where import Propellor import Utility.Path -type FsType = String +type FsType = String -- ^ type of filesystem to mount ("auto" to autodetect) + type Source = String -- | Lists all mount points of the system. -- cgit v1.2.3