diff options
Diffstat (limited to 'manifests/rfc1918.pp')
| -rw-r--r-- | manifests/rfc1918.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rfc1918.pp b/manifests/rfc1918.pp index 527c8d0..31dce5d 100644 --- a/manifests/rfc1918.pp +++ b/manifests/rfc1918.pp @@ -2,7 +2,7 @@ define shorewall::rfc1918(      $action = 'logdrop',      $order='100'  ){ -    shorewall::entry{"rfc1918.d/${order}-${title}": +    shorewall::entry{"rfc1918-${order}-${name}":          line => "${name} ${action}"      }     }  | 
