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

Propellor.Property.DebianMirror

Description

 
Synopsis

Documentation

data RsyncExtra Source #

Constructors

Doc 
Indices 
Tools 
Trace 

Instances

Instances details
Eq RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

Show RsyncExtra Source # 
Instance details

Defined in Propellor.Property.DebianMirror

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