summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/allowed_host.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/allowed_host.pp b/manifests/allowed_host.pp
index cecdf6c..dad3435 100644
--- a/manifests/allowed_host.pp
+++ b/manifests/allowed_host.pp
@@ -2,7 +2,6 @@ define denyhosts::allowed_host(
$ip = $ipaddress,
$ensure = 'present'
){
- include ::denyhosts
line{"denyhosts_allowed_host_${name}":
file => '/var/lib/denyhosts/allowed-hosts',
line => $ip,