summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-04-22 16:32:30 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-04-22 16:32:30 +0200
commit6764234701c49349d25105642202aaee5a380e1b (patch)
treef7908c5f4979c20a5f919f63df61bf583968ebfc
parent7a059412363908e454d96af9c2a4e879bb2a4620 (diff)
fixed typo
-rw-r--r--manifests/client.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index c5b8969..143046c 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -17,9 +17,8 @@ class munin::client {
ubuntu: { include munin::client::ubuntu }
centos: { include munin::client::centos }
gentoo: { include munin::client::gentoo }
- default: { include munin::client:: base }
+ default: { include munin::client::base }
}
-
}
define munin::register()