summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-31Merge branch 'joeyconfig' of ssh://propellor.branchable.comJoey Hess
2015-08-31Update for Debian systemd-container package split.Joey Hess
2015-08-27implement dirsizesJoey Hess
Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable..
2015-08-26propellor spinJoey Hess
2015-08-26improve config typesJoey Hess
2015-08-26Merge branch 'joeyconfig'Joey Hess
2015-08-26wipJoey Hess
2015-08-25idempotency fix for kpartxJoey Hess
noticed kpartx could get confused if a disk image it had mapped was deleted and a fresh one mapped
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25struggling with alignmentJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25propellor spinJoey Hess
2015-08-25formatting for partitions set up by partedJoey Hess
Including support for formatting partitions of a disk image file.
2015-08-25working on partedJoey Hess
2015-08-25Merge branch 'joeyconfig'Joey Hess
2015-08-25use ConfFile.ajustSection to define Tor.hiddenServiceFélix Sipma
It should be possible to have multiple hidden services with this. Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-08-20Merge branch 'joeyconfig'Joey Hess
2015-08-20avoid bad haddock renderingJoey Hess
2015-08-20add lacksIniSectionJoey Hess
2015-08-20Merge branch 'joeyconfig'Joey Hess
2015-08-20headersJoey Hess
2015-08-20propellor spinJoey Hess
2015-08-20include lightdm module (and formatting)Joey Hess
2015-08-20layoutJoey Hess
2015-08-20ConfFile.containsIniPair propertySean Whitton
plus scaffolding for other generic conf file properties (cherry picked from commit 86b077b7a21efd5484dfaeee3c31fc5f3c151f6c)
2015-08-20LightDM.autoLogin propertySean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ef71b6dc6356bf5cb66bbb367bb3525df8742a53)
2015-08-14Merge branch 'joeyconfig'Joey Hess
2015-08-13better comply with propellor's layout styleJoey Hess
2015-08-13Propellor.Property.Firewall: coding styleAntoine Eiche
2015-08-13Propellor.Property.Firewall: fix Port datatype to iptable parameter translationAntoine Eiche
2015-08-12Make sure that make is installed when bootstrapping propellor.Joey Hess
2015-08-12propellor spinJoey Hess
2015-08-03Merge branch 'joeyconfig'Joey Hess
2015-08-03propellor spinJoey Hess
2015-08-02re-add mistakenly removed retention line to the graphite schema config fileDaniel Brooks
2015-07-31Propellor.Property.Tor: remove duplicate codeFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-07-30Merge branch 'joeyconfig'Joey Hess
2015-07-30Work around broken git pull option parser in git 2.5.0, which broke use of ↵Joey Hess
--upload-pack to send a git push when running propellor --spin.
2015-07-21Merge branch 'joeyconfig'Joey Hess
2015-07-21ssh client needed for kiteshellboxJoey Hess
2015-07-21Merge branch 'joeyconfig'Joey Hess
2015-07-21languageJoey Hess
2015-07-21fix layout to meet styleJoey Hess
2015-07-21remove caution commentJoey Hess
I think this was inherited from flagFile, but the reasons to use caution when using flagFile (that it makes code to satisfy a property only run once) don't apply when using onChangeFlagOnFail.
2015-07-21Add operator onChangeFlagOnFail.Antoine Eiche
It seems like `onChange` except that if property y fails, a flag file is generated. On next runs, if the flag file is present, property y is executed even if property x doesn't change. With `onChange`, if y fails, the property x `onChange` y returns `FailedChange`. But if this property is applied again, it returns `NoChange`. This behavior can cause trouble...
2015-07-21Merge branch 'joeyconfig'Joey Hess
2015-07-21fix check for already existing shimJoey Hess
Was not checking the shim file, oops.
2015-07-20Merge branch 'joeyconfig'Joey Hess
2015-07-20Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ↵Joey Hess
ForcedCommandsOnly (API change) * Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) * setSshdConfig type changed, and setSshdConfigBool added with old type.