diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-26 11:23:42 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-26 11:23:42 -0700 |
| commit | a4ac16ab9432a9f6e180e9e416e95de8433ed016 (patch) | |
| tree | 8e5dc34c025109ff544c76e43a987c773fe2ac89 /src/Propellor/Property/Mount.hs | |
| parent | 01d1cbb8361d1fada638bd4c554f3ea9fe7b8c76 (diff) | |
| parent | 89dec139eef3d409c06877d5e8fd1dc1085465d1 (diff) | |
Merge branch 'joeyconfig'
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. |
