diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-14 15:01:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-14 15:01:15 -0400 |
| commit | 91cb7739968a687ca7922369b2271dc429dbdb9d (patch) | |
| tree | dece5c3a0e3a2feae0ca7e58f9548f24b7968806 | |
| parent | 0457c70623a86c872bdbdc731d74c96c432bbb1c (diff) | |
docs
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | src/Propellor/Property/Unbound.hs | 2 |
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 |
