summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {