summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-05-16 14:25:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-05-16 14:25:04 -0300
commit06358b0e9ed32751d98eec19178e333bc048be21 (patch)
tree98a46c94c2ea1efce749ce96a54cbf0b89f3b772
parenta3e5ee421e5686b2e5f7536a91436e37a7b1e684 (diff)
downloadpuppet-firewall-master.tar.gz
puppet-firewall-master.tar.bz2
Minor fixesHEADmaster
-rw-r--r--manifests/implementations/shorewall/nas.pp6
1 files 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 {