From 84413dd508f20e4f62293b4c925962b8dfe2987e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Oct 2015 15:08:41 -0400 Subject: Rewrote Propellor.Property.ControlHeir one more time, renaming it to Propellor.Property.Conductor. Wow, really.. So, this gets back to having properties that are added to hosts to say what they conduct. I think that conducts webservers `before` conducts dnsserver is an important thing to be able to express. Untested except for eyeballing the resulting Host data. --- propellor.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 516bdde2..7471fb52 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.10.0 +Version: 2.11.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess @@ -76,7 +76,7 @@ Library Propellor.Property.Apache Propellor.Property.Apt Propellor.Property.Cmd - Propellor.Property.ControlHeir + Propellor.Property.Conductor Propellor.Property.Hostname Propellor.Property.Chroot Propellor.Property.ConfFile -- cgit v1.3-2-g0d8e