diff options
Diffstat (limited to 'manifests/host.pp')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 9464e96..c7af23a 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -11,7 +11,7 @@ class nodo::host inherits nodo { class { 'syslog-ng': } # Firewall configuration - include firewall + class { 'firewall': } # Vserver configuration $vserver_vdirbase = "/var/vservers" |