aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-13 13:40:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-13 13:40:49 -0300
commit3c220c51e0bc99b25120ba8998463b907bf42ac7 (patch)
tree6d6a5bdeddc1dfafba127eda407719c06ecda3b0 /manifests/plug.pp
parentb4221a547d5b7739bd9c76a1c6f75a4536490e2d (diff)
downloadpuppet-nodo-3c220c51e0bc99b25120ba8998463b907bf42ac7.tar.gz
puppet-nodo-3c220c51e0bc99b25120ba8998463b907bf42ac7.tar.bz2
Addin monkeysphere_nodo class
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp9
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index 4c5d859..99bde89 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -6,19 +6,12 @@ class nodo::plug inherits nodo {
include firewall
include sysctl
include resolver
+ include monkeysphere_nodo
backupninja::sys { "sys":
ensure => present,
}
- # Monkeysphere configuration
- monkeysphere_host { "$hostname":
- port => $monkeysphere_ssh_port ? {
- false => '',
- default => $monkeysphere_ssh_port,
- }
- }
-
# Munin configuration
munin_node { "$hostname":
port => '4900',