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

MaintainerJelmer Vernooij <jelmer@jelmer.uk>
Safe HaskellNone
LanguageHaskell98

Propellor.Property.Logcheck

Description

 

Documentation

data ReportLevel Source #

Constructors

Workstation 
Server 
Paranoid 

Instances

Show ReportLevel Source # 

Methods

showsPrec :: Int -> ReportLevel -> ShowS

show :: ReportLevel -> String

showList :: [ReportLevel] -> ShowS

type Service = String Source #