From fd91de2d0a0cede958745f6ffe27ac27d3da9951 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Sep 2015 10:59:44 -0400 Subject: add Kerberos module, contributed by Jelmer Vernooij. --- debian/changelog | 1 + propellor.cabal | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4d269021..d648d626 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ propellor (2.8.1) UNRELEASED; urgency=medium * Guard against power loss etc when building propellor, by updating the executable atomically. * Added Logcheck module, contributed by Jelmer Vernooij. + * Added Kerberos module, contributed by Jelmer Vernooij. -- Joey Hess Fri, 25 Sep 2015 09:21:41 -0400 diff --git a/propellor.cabal b/propellor.cabal index 5cf5f2c8..41fad99d 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -91,6 +91,7 @@ Library Propellor.Property.Group Propellor.Property.Grub Propellor.Property.Journald + Propellor.Property.Kerberos Propellor.Property.Mount Propellor.Property.Network Propellor.Property.Nginx -- cgit v1.2.3