diff options
author | Jérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2018-05-02 20:28:50 +0000 |
---|---|---|
committer | Jérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2018-05-02 20:28:50 +0000 |
commit | cabbf434c1778cb4e8fe2f7f726a012f707cd2a5 (patch) | |
tree | 6abed2eb699e572c418d25d9969b2f4b083a83c0 | |
parent | ee2affec7a6eacd0ae7b885aa38932ad6a9aebdc (diff) |
Add missing parameter in host.pp
-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' ){ |