summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:48:57 +0200
committerMarcel Haerry <haerry@puzzle.ch>2011-08-04 10:48:57 +0200
commit9b0b698523987b7631478bcf7dc84acf5e0e719c (patch)
tree8d333ebe58802de2bda0e6ccfe94093bebf1b938 /manifests/client.pp
parent447041b01494690975d078776a85f4a3fd4e64fa (diff)
move from concatenated_file to concat
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 273070d..141c916 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -3,7 +3,7 @@
# See LICENSE for the full license granted to you.
# Adapted and improved by admin(at)immerda.ch
-class munin::client inherits munin {
+class munin::client {
$munin_port_real = $munin_port ? { '' => 4949, default => $munin_port }
$munin_host_real = $munin_host ? {