summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-11-25 01:39:46 +0100
committermh <mh@immerda.ch>2010-11-25 01:39:46 +0100
commit27ae9992b6f0326660e1befad8e187fb8b151c2c (patch)
tree3b4a2de02dafbb39bddb34d2851ac77a377917fc
parentfd059409634422df02b7e1e0e774cd255a1a95b4 (diff)
some duplicated resource problem
-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,