aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/physical.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index c2a9dbe..65e66ab 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -1,7 +1,6 @@
class nodo::physical inherits nodo {
include syslog-ng
include firewall
- include vserver::host
include initramfs
include modprobe
include firewire
@@ -10,6 +9,10 @@ class nodo::physical inherits nodo {
include utils::physical
include smartmontools
+ # Vserver configuration
+ $vserver_vdirbase = "/var/vservers"
+ include vserver::host
+
if $use_nagios != false {
include nagios::target
nagios::service::ping { "$fqdn": }