summaryrefslogtreecommitdiff
path: root/manifests/register.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-24 19:21:41 -0400
committermh <mh@immerda.ch>2012-06-24 19:21:41 -0400
commita3e8f8ed1861d0a253b1605557e195f2530c2ae8 (patch)
tree21e8c144b5122796d3cc95889eb3ad49b8efd768 /manifests/register.pp
parent1ca3978ff3094c01a56feaee6c37fc82e3224d15 (diff)
correct naming
Diffstat (limited to 'manifests/register.pp')
-rw-r--r--manifests/register.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/register.pp b/manifests/register.pp
index 2645542..9257ca1 100644
--- a/manifests/register.pp
+++ b/manifests/register.pp
@@ -8,7 +8,7 @@ define munin::register (
$fhost = $name
$client_type = 'client'
- @@concat::fragment{ "munin_client_${fhost}_${munin_port_real}":
+ @@concat::fragment{ "munin_client_${fhost}_${port}":
target => '/etc/munin/munin.conf',
content => template("munin/client.erb"),
tag => 'munin',