summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
AgeCommit message (Collapse)Author
2015-10-24improve RevertableProperty combiningJoey Hess
* Various property combinators that combined a RevertableProperty with a non-revertable property used to yield a RevertableProperty. This was a bug, because the combined property could not be fully reverted in many cases. Fixed by making the combined property instead be a Property HasInfo. * combineWith now takes an addional parameter to control how revert actions are combined (API change).
2015-10-22seems the rsync systemd service ships disabled by defaultJoey Hess
So many hoops to run a daemon..
2015-10-16improve ssh user key propertiesJoey Hess
* Ssh.keyImported is replaced with Ssh.userKeys. (API change) The new property only gets the private key from the privdata; the public key is provided as a parameter, and so is available as Info that other properties can use. * Ssh.keyImported' is renamed to Ssh.userKeyAt, and also changed to only import the private key from the privdata. (API change) * While Ssh.keyImported and Ssh.keyImported' avoided updating existing keys, the new Ssh.userKeys and Ssh.userKeyAt properties will always update out of date key files. * Ssh.pubKey renamed to Ssh.hostPubKey. (API change) This makes eg, setting up ssh for spin controllers work better.
2015-10-16revert change to JoeySitesJoey Hess
The change to JoeySites is wrong, because IIRC leafnode creates a spool directory, and isSymlinkedTo will not replace an existing directory with a symlink.
2015-10-16convert symlink properties to File.isSymlinkedToFélix Sipma
2015-10-10propellor spinJoey Hess
2015-09-13add virus collection cleanupJoey Hess
2015-07-21ssh client needed for kiteshellboxJoey Hess
2015-07-11propellor spinJoey Hess
2015-07-02propellor spinJoey Hess
2015-05-27Export CommandParam, boolSystem, safeSystem and shellEscape from ↵Joey Hess
Propellor.Property.Cmd, so they are available for use in constricting your own Properties when using propellor as a library. Several imports of Utility.SafeCommand now redundant.
2015-05-24propellor spinJoey Hess
2015-05-18propellor spinJoey Hess
2015-04-25Removed Obnam.latestVersion which was only needed for Debian wheezy backport.Joey Hess
2015-04-22use new propertyJoey Hess
2015-04-22API change: Added User and Group newtypes, and Properties that used to use ↵Joey Hess
the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization.
2015-04-11expandJoey Hess
2015-03-21propellor spinJoey Hess
2015-03-16propellor spinJoey Hess
2015-03-13propellor spinJoey Hess
2015-03-13propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12need openssl for shellinabox with sslJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-12propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-11propellor spinJoey Hess
2015-03-06propellor spinJoey Hess
2015-02-19endpointJoey Hess
2015-02-13propellor spinJoey Hess
2015-02-12ssh user perm fixesJoey Hess
* Ssh.authorizedKey: Make the authorized_keys file and .ssh directory be owned by the user, not root. * Ssh.knownHost: Make the .ssh directory be owned by the user, not root.
2015-02-10propellor spinJoey Hess