From 5d7bdcde02d667d3f191470c23f8512dcb14f9fa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 15 Jul 2017 14:20:38 -0400 Subject: add Propellor.Property.Versioned New module which allows different versions of a property or host to be written down in a propellor config file. Has many applications, including staged upgrades and rollbacks. Note that it currently only supports RevertableProperty that has the same metatypes for its setup and cleanup sides. And, each RevertableProperty in a version definition needs to have the same metatypes as the others too. I tried a couple of times to add support for differing metatypes, but it got beyond my avilities to do. This commit was sponsored by Jeff Goeke-Smith on Patreon. --- propellor.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 3c2477b9..1bcc1618 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -154,6 +154,7 @@ Library Propellor.Property.Unbound Propellor.Property.User Propellor.Property.Uwsgi + Propellor.Property.Versioned Propellor.Property.XFCE Propellor.Property.ZFS Propellor.Property.ZFS.Process -- cgit v1.2.3