diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-21 15:08:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-21 15:35:52 -0400 |
| commit | 84413dd508f20e4f62293b4c925962b8dfe2987e (patch) | |
| tree | 92afed2955a09da155f29ac7d504f062b4946b6c /propellor.cabal | |
| parent | 0e39d53352b982022747e451676bc6a66e3d9acc (diff) | |
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.
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 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 <id@joeyh.name> @@ -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 |
