summaryrefslogtreecommitdiff
path: root/manifests/entry.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/entry.pp')
-rw-r--r--manifests/entry.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/entry.pp b/manifests/entry.pp
index c8fffc7..ab61351 100644
--- a/manifests/entry.pp
+++ b/manifests/entry.pp
@@ -1,10 +1,8 @@
define shorewall::entry(
- $ensure = present,
$line
){
$parts = split($name,'-')
concat::fragment{$name:
- ensure => $ensure,
content => "${line}\n",
order => $parts[1],
target => "/etc/shorewall/puppet/${parts[0]}",