From 27ae9992b6f0326660e1befad8e187fb8b151c2c Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 25 Nov 2010 01:39:46 +0100 Subject: some duplicated resource problem --- manifests/allowed_host.pp | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3