summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-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()