aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:29:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 00:29:21 -0200
commit3153fb747271971dd310ab902b8958b9f3ea4ecf (patch)
treefa2821f6abbface78370e1b1e7781ac48980fe4d /manifests/init.pp
parent3e3883887b00961a52f94a8757274557c4c42563 (diff)
downloadpuppet-nodo-3153fb747271971dd310ab902b8958b9f3ea4ecf.tar.gz
puppet-nodo-3153fb747271971dd310ab902b8958b9f3ea4ecf.tar.bz2
Trying to fix munin definitions (3)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 3 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8e84900..3e5fd23 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -27,7 +27,7 @@ class nodo {
# We include munin configuration if it's not defined by
# and exported resource.
- if !defined(Munin[$hostname]) {
+ if !defined(Munin_node[$hostname]) {
include munin::client
}
@@ -145,10 +145,6 @@ class nodo::server inherits nodo {
$sshd_listen_address = [ "$ipaddress" ]
include sshd
- # Munin
- #$munin_port = "4901"
- #include munin::client
-
backupninja::sys { "sys":
ensure => present,
}
@@ -186,7 +182,7 @@ class nodo::vserver inherits nodo {
}
# Apply munin configuration for this node
- Munin <| tag == $name |>
+ Munin_node <| tag == $name |>
# Define a vserver instance
define instance($context, $ensure = 'running', $proxy = false, $puppetmaster = false, $gitd = false,
@@ -221,7 +217,7 @@ class nodo::vserver inherits nodo {
}
# Create a munin virtual resource to be realized in the node
- @munin { "$name":
+ @munin_node { "$name":
id => $id,
tag => $name,
}