summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2015-07-13clarifyJoey Hess
2015-07-11propellor spinJoey Hess
2015-07-05Merge branch 'joeyconfig'Joey Hess
2015-07-05Systemd.masked propertySean Whitton
This property masks, and when reverted unmasks, systemd services. This is just `systemctl mask service` and `systemctl unmask service`. It's useful for turning off a system service that you intend to run with --user. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2015-07-03typoJoey Hess
2015-07-03updateJoey Hess
2015-07-02updateJoey Hess
2015-07-02propellor spinJoey Hess
2015-06-29Merge branch 'joeyconfig'Joey Hess
2015-06-29Added --unset to delete a privdata field.Joey Hess
2015-06-29Merge branch 'joeyconfig'Joey Hess
2015-06-29Further docstring improvements.Iustin Pop
2015-06-29Fix a couple of trivial typos in Postfix docstringIustin Pop
2015-06-16Merge branch 'joeyconfig'Joey Hess
2015-06-16Replace String type synonym Docker.Image by a data type which allows to ↵Antoine Eiche
specify an image name and an optional tag. This also introduces the class ImageIdentifier which is internally used by some Docker methods.