propellor-3.2.3: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Types.Chroot

Documentation

data ChrootInfo Source #

Constructors

ChrootInfo 

Fields

data ChrootCfg Source #

Constructors

NoChrootCfg 
SystemdNspawnCfg [(String, Bool)] 

Instances

Eq ChrootCfg Source # 

Methods

(==) :: ChrootCfg -> ChrootCfg -> Bool

(/=) :: ChrootCfg -> ChrootCfg -> Bool

Show ChrootCfg Source # 

Methods

showsPrec :: Int -> ChrootCfg -> ShowS

show :: ChrootCfg -> String

showList :: [ChrootCfg] -> ShowS

Monoid ChrootCfg Source # 
Empty ChrootCfg Source # 

Methods

isEmpty :: ChrootCfg -> Bool Source #