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

MaintainerSean Whitton <spwhitton@spwhitton.name>
Safe HaskellNone
LanguageHaskell98

Propellor.Property.Schroot

Description

 
Synopsis

Documentation

useOverlays :: Property (HasInfo + UnixLike) Source #

Indicate that a schroots on a host should use union-type=overlay

Setting this property does not actually ensure that the line union-type=overlay is present in any schroot config files. See built for example usage.

usesOverlays :: Propellor Bool Source #

Gets whether a host uses overlays.

overlaysInTmpfs :: RevertableProperty (HasInfo + DebianLike) UnixLike Source #

Configure schroot such that all schroots with union-type=overlay in their configuration will run their overlays in a tmpfs.

Implicitly sets useOverlays info property.

Shell script from https://wiki.debian.org/sbuild.