From 51a831c56ec42a9702ac8eb6980d9b9947a5ad30 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 20 Oct 2015 21:28:49 -0400 Subject: 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. --- propellor.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'propellor.cabal') 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 @@ -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 -- cgit v1.3-2-g0d8e