diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 20:29:30 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 20:29:30 -0700 |
| commit | 516986cebd0030f0d599bec3b1a952344d9d9e9f (patch) | |
| tree | d35d5863a769b420e07c352ff84b7d7380f7de47 /src/Propellor/Property/Mount.hs | |
| parent | b3c3a7029020126b1ab5e2d5999b7b2707078150 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Mount.hs')
| -rw-r--r-- | src/Propellor/Property/Mount.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
