whitespace
[mirror/dsa-puppet.git] / modules / unbound / manifests / init.pp
index 9a110df..f94d473 100644 (file)
@@ -1,3 +1,11 @@
+# = Class: unbound
+#
+# This class installs and configures unbound
+#
+# == Sample Usage:
+#
+#   include unbound
+#
 class unbound {
 
        package { 'unbound':
@@ -6,6 +14,8 @@ class unbound {
 
        service { 'unbound':
                ensure => running,
+               hasstatus => false,
+               pattern   => 'unbound',
        }
 
        file { '/var/lib/unbound':