summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/PartSpec.hs
blob: 860b38f6a3f7f242d87722097795dbf34753e8a9 (plain)
1
2
3
4
5
6
7
8
module Propellor.Types.PartSpec where

import Propellor.Property.Parted.Types
import Propellor.Property.Mount

-- | Specifies a mount point, mount options, and a constructor for a
-- Partition that determines its size.
type PartSpec t = (Maybe MountPoint, MountOpts, PartSize -> Partition, t)