summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorroot <root@puppetmaster.black.co.at>2007-10-09 14:32:47 +0200
committerroot <root@puppetmaster.black.co.at>2007-10-09 14:32:47 +0200
commit0529cd8c63d3ac806ded40e68f36102af282b117 (patch)
tree12c743bb64574e306845d6c008b8beef823ca621 /manifests
parent20d4a3dca5398a65d5eefec4ba6b293efe299764 (diff)
sundry cleanup after offline work
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 8ee1552..5b78186 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -53,7 +53,7 @@ define munin::register()
default => $munin_host
}
- @@file { "munin_node_${name}_${port}": path => "${NODESDIR}/${name}_${munin_port}",
+ @@file { "${NODESDIR}/${name}_${munin_port_real}":
ensure => present,
content => template("munin/defaultclient.erb"),
}