summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
new file mode 100644
index 0000000..9d8028b
--- /dev/null
+++ b/manifests/debian.pp
@@ -0,0 +1,6 @@
+# init script on debian does not have a status cmd
+class denyhosts::debian inherits denyhosts::base {
+ Service[denyhosts]{
+ hasstatus => false,
+ }
+}