summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-24Merge branch 'joeyconfig'Joey Hess
2016-02-24commentJoey Hess
2016-02-24(no commit message)gnusosa@2538fbd05a723a8f83b066e159f5d5f83b9f400d
2016-02-22Added a comment: Quasiquotermithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82
2016-02-19trademark nonsenseJoey Hess
Removed references to *buntu from code and documentation because of an unfortunate trademark use policy. http://joeyh.name/blog/entry/trademark_nonsense/ That included changing a data constructor to "FooBuntu", an API change.
2016-02-19propellor spinJoey Hess
2016-02-19propellor spinJoey Hess
2016-02-19Obnam: Only let one backup job run at a time when a host has multiple ↵Joey Hess
different backup properties, to avoid concurrent jobs fighting over scarce resources (particularly memory). Other jobs block on a lock file.
2016-02-19propellor spinJoey Hess
2016-02-18propellor spinJoey Hess
2016-02-18propellor spinJoey Hess
2016-02-17propellor spinJoey Hess
2016-02-17propellor spinJoey Hess
2016-02-17write pubkey in a format that ssh-keygen can parseJoey Hess
2016-02-17propellor spinJoey Hess
2016-02-17propellor spinJoey Hess
2016-02-11add news item for propellor 2.15.4Joey Hess
2016-02-11Merge branch 'joeyconfig'Joey Hess
2016-02-11prep releaseJoey Hess
2016-02-10commentJoey Hess
2016-02-10Added a commentpicca
2016-02-08responseJoey Hess
2016-02-08Merge branch 'joeyconfig'Joey Hess
2016-02-08Allow using combineProperties and propertyList with lists of RevertableProperty.Joey Hess
2016-02-08(no commit message)picca
2016-02-07Merge branch 'joeyconfig'Joey Hess
2016-02-07wordingJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07property is revertableJoey Hess
2016-02-07rethought how letsencrypt cert change is handledJoey Hess
Simply use onChange to let any other property by run after letsencrypt gets/renews the cert. Much simpler and allows for revertable properties too!
2016-02-07to revertJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07typoJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07fix warningJoey Hess
2016-02-07Merge branch 'joeyconfig'Joey Hess
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07temporarily revert using letsencryptJoey Hess
It's currently not letting me make a cert for kitenet.net as I made too many during testing.
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07letsencryptJoey Hess
* Added Propellor.Property.LetsEncrypt * Apache.httpsVirtualHost: New property, setting up a https vhost with the certificate automatically obtained using letsencrypt.
2016-02-07propellor spinJoey Hess
2016-02-07propellor spinJoey Hess
2016-02-07force-lock fails when repo doesn't exist, so don't && itJoey Hess