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

MaintainerFélix Sipma <felix+propellor@gueux.org>
Safe HaskellNone
LanguageHaskell98

Propellor.Property.DebianMirror

Description

 
Synopsis

Documentation

data DebianPriority Source #

Instances
Eq DebianPriority Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Show DebianPriority Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

showsPrec :: Int -> DebianPriority -> ShowS

show :: DebianPriority -> String

showList :: [DebianPriority] -> ShowS

data RsyncExtra Source #

Constructors

Doc 
Indices 
Tools 
Trace 
Instances
Eq RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

(==) :: RsyncExtra -> RsyncExtra -> Bool

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

Show RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

showsPrec :: Int -> RsyncExtra -> ShowS

show :: RsyncExtra -> String

showList :: [RsyncExtra] -> ShowS

data Method Source #

Constructors

Ftp 
Http 
Https 
Rsync 
MirrorFile 

data DebianMirror Source #

To get a new DebianMirror and set options, use:

mkDebianMirror mymirrordir mycrontimes
	. debianMirrorHostName "otherhostname"
	. debianMirrorSourceBool True