propellor-5.17: property-based host configuration management in haskell
MaintainerFélix Sipma <felix+propellor@gueux.org>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Propellor.Property.DebianMirror

Description

 
Synopsis

Documentation

data DebianPriority Source #

Instances

Instances details
Show DebianPriority Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

showsPrec :: Int -> DebianPriority -> ShowS

show :: DebianPriority -> String

showList :: [DebianPriority] -> ShowS

Eq DebianPriority Source # 
Instance details

Defined in Propellor.Property.DebianMirror

data RsyncExtra Source #

Constructors

Doc 
Indices 
Tools 
Trace 

Instances

Instances details
Show RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

showsPrec :: Int -> RsyncExtra -> ShowS

show :: RsyncExtra -> String

showList :: [RsyncExtra] -> ShowS

Eq RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Methods

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

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

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