From: Silvio Rhatto Date: Mon, 16 May 2022 17:25:04 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=06358b0e9ed32751d98eec19178e333bc048be21;p=puppet-firewall.git Minor fixes --- 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 {