diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 6328812..7547ea9 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -1,6 +1,6 @@ # firewall definitions for physical servers class firewall { - include shorewall + class { 'shorewall': } $rfc1918 = $shorewall_local_net ? { true => true, |