summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-23Added --rm-key.Joey Hess
2015-09-23propellor spinJoey Hess
2015-09-23propellor spinJoey Hess
2015-09-23propellor spinJoey Hess
2015-09-23propellor spinJoey Hess
2015-09-23add "ancient" git-annex autobuilder using debian stable i386Joey Hess
2015-09-22prep releaseJoey Hess
2015-09-21Unbound: fix bug with duplicate "server" sectionFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-20aiccu's init script doesn't support reload; restart itJoey Hess
2015-09-20propellor spinJoey Hess
2015-09-20make sure aiccu.conf is only readable by root, even if it had a different ↵Joey Hess
mode to start with
2015-09-20bug fix: used wrong username for config file in case where username/tunnelid ↵Joey Hess
was provided in privdata
2015-09-20propellor spinJoey Hess
2015-09-20propellor spinJoey Hess
2015-09-20reload daemon on conf file changeJoey Hess
2015-09-20a few improvementsJoey Hess
2015-09-20fix example after recent changesJoey Hess
2015-09-20document new module and add to cabal listJoey Hess
2015-09-20reformat and fix warning about 2 definitions of 'u'Joey Hess
2015-09-20Add aiccu module.Jelmer Vernooij
2015-09-18Unbound: improve haddock formattingFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-18Unbound: add example for cachingDnsServerFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-17Unbound: restart unbound when config in cachingDnsServer is modifiedFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-17Unbound: cachingServer propertyFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-16Types.Dns: simplify canonicalGroupFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-15documentationJoey Hess
2015-09-15add PTR record type to Propellor.Types.DNS.RecordFélix Sipma
- add canonicalIP and reverseIP to Propellor.Types.Dns - remove corresponding canonical and revIP from Propellor.Property.Unbound - Propellor.Property.Dns: convert rValue, rField and genRecord to return Maybe String Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-15avoid a change to readProcess that I regretted in the morningJoey Hess
Seems better to keep handle encoding issues out of that module.
2015-09-14Allow storing arbitrary ByteStrings in PrivData, extracted using ↵Joey Hess
privDataByteString.
2015-09-14propellor spinJoey Hess
2015-09-14propellor spinJoey Hess
2015-09-14clean up privdata excess/lacking newline issueJoey Hess
* PrivData converted to newtype (API change). * Stopped stripping trailing newlines when setting PrivData; this was previously done to avoid mistakes when pasting eg passwords with an unwanted newline. Instead, PrivData consumers should use either privDataLines or privDataVal, to extract respectively lines or a value (without internal newlines) from PrivData.
2015-09-14add missing import and minor cleanupJoey Hess
2015-09-14docsJoey Hess
2015-09-14add Unbound propertyFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-13avoid running debconf-set-selections on [] and add some types for documentationJoey Hess
2015-09-13creditJoey Hess
2015-09-13merge from git-annexJoey Hess
2015-09-13avoid bracketsJoey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-13add virus collection cleanupJoey Hess
2015-09-12DebianMirror: fix various typosFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-12DebianMirror: ensure mirror dir is owned by debmirror:debmirrorFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-11todoJoey Hess
2015-09-11changelogJoey Hess
2015-09-11DebianMirror: run cronjob as user "debmirror"Félix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-11DebianMirror: add Url argument; add mirrorCdnFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-11add DebianMirror property.Félix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-10Simplify Propellor.Property.Ssh.pubKey.Mario Lang
2015-09-10Fix two typos.Mario Lang