summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0dcf155..76946f5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -31,7 +31,7 @@ class check_mk (
}
if ( $use_ssh == true ) {
- class { '': }
+ class { 'check_mk::server::configure_ssh': }
}
}