summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests/agent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_check_mk/manifests/agent.pp')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/manifests/agent.pp b/puppet/modules/site_check_mk/manifests/agent.pp
index 8d8ab814..b95d5d64 100644
--- a/puppet/modules/site_check_mk/manifests/agent.pp
+++ b/puppet/modules/site_check_mk/manifests/agent.pp
@@ -15,7 +15,8 @@ class site_check_mk::agent {
agent_package_name => 'check-mk-agent',
agent_logwatch_package_name => 'check-mk-agent-logwatch',
method => 'ssh',
- homedir => '/etc/nagios/check_mk',
+ authdir => '/root/.ssh',
+ authfile => 'authorized_keys',
register_agent => false,
require => Package['time']
} ->