diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 21:28:49 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 21:28:49 -0400 |
| commit | 51a831c56ec42a9702ac8eb6980d9b9947a5ad30 (patch) | |
| tree | 7438bfc4f1fde8348d1f026dbd903c302970a117 /propellor.cabal | |
| parent | eeabdf5e30d5b5f88788151e1f0231d8ea562562 (diff) | |
The Propellor.Property.Spin added in the last release is replaced with a very different Propellor.Property.ControlHeir.
Rethought it because it turned out that propigating the PrivData rendered
the loop detection pointless, because when there was a loop, each host
included the other's PrivData, which in turn lead to a loop. And, it was
not possible to break that loop.
So, changed from adding properties to hosts to a top-down hierarchy
that makes changes as needed when applied to the hosts.
Which makes it easy to detect and break loops.
Aka: The Ur Quan know what they're up to.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index b61d2a2f..516bdde2 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.9.0 +Version: 2.10.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> @@ -76,6 +76,7 @@ Library Propellor.Property.Apache Propellor.Property.Apt Propellor.Property.Cmd + Propellor.Property.ControlHeir Propellor.Property.Hostname Propellor.Property.Chroot Propellor.Property.ConfFile @@ -109,7 +110,6 @@ Library Propellor.Property.Prosody Propellor.Property.Reboot Propellor.Property.Rsync - Propellor.Property.Spin Propellor.Property.Scheduled Propellor.Property.Service Propellor.Property.Ssh |
