summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--src/Propellor/Property/Unbound.hs2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 37a50ebd..ac36b583 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ propellor (2.8.0) UNRELEASED; urgency=medium
* Added DebianMirror module, contributed by Félix Sipma.
* Some hlint cleanups.
Thanks, Mario Lang
+ * Added Propellor.Property.Unbound for the caching DNS server.
+ Thanks, Félix Sipma.
-- Joey Hess <id@joeyh.name> Fri, 04 Sep 2015 10:36:40 -0700
diff --git a/src/Propellor/Property/Unbound.hs b/src/Propellor/Property/Unbound.hs
index 6708bb69..39691482 100644
--- a/src/Propellor/Property/Unbound.hs
+++ b/src/Propellor/Property/Unbound.hs
@@ -1,3 +1,5 @@
+-- | Properties for the Unbound caching DNS server
+
module Propellor.Property.Unbound
( installed
, restarted