summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-29 10:59:44 -0400
committerJoey Hess2015-09-29 11:00:08 -0400
commitfd91de2d0a0cede958745f6ffe27ac27d3da9951 (patch)
tree317899a957810976cf09c578a1011045852bd3e9
parentb13b3c5010f0b1d3bc0d57f2c182cfef7a0b5962 (diff)
add Kerberos module, contributed by Jelmer Vernooij.
-rw-r--r--debian/changelog1
-rw-r--r--propellor.cabal1
2 files changed, 2 insertions, 0 deletions
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 <id@joeyh.name> 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