From 06358b0e9ed32751d98eec19178e333bc048be21 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 May 2022 14:25:04 -0300 Subject: Minor fixes --- manifests/implementations/shorewall/nas.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/implementations/shorewall/nas.pp b/manifests/implementations/shorewall/nas.pp index 4cc8e4f..929043e 100644 --- a/manifests/implementations/shorewall/nas.pp +++ b/manifests/implementations/shorewall/nas.pp @@ -56,15 +56,15 @@ class firewall::implementations::shorewall::nas( } if $printer == true { - include firewall::shorewall::printer + include firewall::implementations::shorewall::printer } if $torrent == true { - include firewall::shorewall::torrent + include firewall::implementations::shorewall::torrent } if $mpd == true { - include firewall::shorewall::mpd + include firewall::implementations::shorewall::mpd } if $samba == true { -- cgit v1.2.3