summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 76946f5..999541d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,7 +8,9 @@ class check_mk (
$http_service_name = 'httpd',
$xinitd_service_name = 'xinetd',
$omdadmin_htpasswd = undef,
- $use_ssh = false ) {
+ $use_ssh = false,
+ $shelluser = 'monitoring',
+ $shellgroup = 'monitoring' ) {
class { 'check_mk::install':
filestore => $filestore,