]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Minor fixes master
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2022 17:25:04 +0000 (14:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2022 17:25:04 +0000 (14:25 -0300)
manifests/implementations/shorewall/nas.pp

index 4cc8e4f7dac07ea11e9505ff519856489953442d..929043e9631c7f01473764f350ba43412f785fe3 100644 (file)
@@ -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 {