summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11prep releaseJoey Hess
2016-02-08Allow using combineProperties and propertyList with lists of RevertableProperty.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-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
2016-02-07Delete /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist when ↵Joey Hess
unattended-upgrades is installed, to work around #812380 which results in many warnings from apt, including in cron mails.
2016-02-06propellor spinJoey Hess
2016-02-06propellor spinJoey Hess
2016-02-06Obnam: To cause old generations to be forgotten, keepParam can be passed to ↵Joey Hess
a backup property; this causes obnam forget to be run.
2016-02-06updateJoey Hess
2016-02-02Fix (->-) signature in Propellor.Types.ContainerLeonardo Taglialegne
2016-01-31add moshJoey Hess
2016-01-31new ssh key for rsync.netJoey Hess
2016-01-22rewordJoey Hess
2016-01-22more textJoey Hess
2016-01-18changelogJoey Hess
2016-01-18set both author and committer dateSean Whitton
(cherry picked from commit 37b753ad62672488ad3fb4ac90316723ed27a1a7)
2016-01-18reset mtime on files bundled by gitSean Whitton
(cherry picked from commit 6735b56eb8cdfd5cc2ddd3ae040fea4ae2b91c1e)