diff options
author | drebs <drebs@riseup.net> | 2010-07-15 20:23:42 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2010-07-15 20:23:42 -0300 |
commit | dae161b7245dc46dc78b9c5d0670b40ebbd0ec68 (patch) | |
tree | cce76e8d7bdcf8696b6862e55a86387cd0907959 /manifests/physical.pp | |
parent | ca35aa47958d13c3fdeed2eda042c5ce1b8312e8 (diff) | |
download | puppet-nodo-dae161b7245dc46dc78b9c5d0670b40ebbd0ec68.tar.gz puppet-nodo-dae161b7245dc46dc78b9c5d0670b40ebbd0ec68.tar.bz2 |
Adding vserver_vdirbase config.
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 5 |
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": } |