aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp
index 97e55d3..229072d 100644
--- a/manifests/physical.pp
+++ b/manifests/physical.pp
@@ -9,6 +9,7 @@ class nodo::physical inherits nodo {
include utils::physical
include smartmontools
include resolver
+ include monkeysphere_nodo
# Vserver configuration
$vserver_vdirbase = "/var/vservers"
@@ -44,14 +45,6 @@ class nodo::physical inherits nodo {
port => '4900',
}
- # Monkeysphere configuration
- monkeysphere_host { "$hostname":
- port => $monkeysphere_ssh_port ? {
- false => '',
- default => $monkeysphere_ssh_port,
- }
- }
-
# SMART monitoring
include munin::plugins::smart
munin::plugin { "smart_sda":