summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-20headersJoey Hess
2015-08-20propellor spinJoey Hess
2015-08-20include lightdm module (and formatting)Joey Hess
2015-08-20propellor spinJoey 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-14prep releaseJoey Hess
2015-08-13better comply with propellor's layout styleJoey Hess
2015-08-13Propellor.Property.Firewall: coding styleAntoine Eiche
2015-08-13changelogJoey Hess
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-12propellor spinJoey Hess
2015-08-12propellor spinJoey Hess
2015-08-12propellor spinJoey Hess
2015-08-12propellor spinJoey Hess
2015-08-03propellor spinJoey Hess
2015-08-03propellor spinJoey Hess
2015-08-03spinJoey Hess
2015-08-02re-add mistakenly removed retention line to the graphite schema config fileDaniel Brooks
2015-08-02Merge branch 'joeyconfig' of git://git.kitenet.net/propellor into joeyconfigDaniel Brooks
Conflicts: src/Propellor/Property/SiteSpecific/IABak.hs
2015-07-31Propellor.Property.Tor: remove duplicate codeFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-07-30prep releaseJoey Hess
2015-07-30propellor spinJoey Hess
2015-07-30propellor spinJoey Hess
2015-07-30propellor spinJoey 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-30propellor spinJoey Hess
2015-07-30propellor spinJoey Hess
2015-07-21ssh client needed for kiteshellboxJoey Hess
2015-07-21changelogJoey 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-21changelogJoey Hess
2015-07-21propellor spinJoey Hess
2015-07-21fix check for already existing shimJoey Hess
Was not checking the shim file, oops.
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-15propellor spinJoey Hess
2015-07-15propellor spinJoey Hess
2015-07-13clarifyJoey Hess
2015-07-11propellor spinJoey Hess
2015-07-10hackage tells me I need cabal-version: >= 1.8 due to build-depends versioningJoey Hess
2015-07-10prep releaseJoey Hess
2015-07-10fix syntaxJoey Hess
2015-07-10Fix make install target to work even when git is not configured.Joey Hess
2015-07-05changelogJoey Hess