diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/host.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 2a088ac..d0994fc 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -1,5 +1,6 @@ define shorewall::host( $zone, + $host, $options = 'tcpflags', $order='100' ){ |