summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_check_mk/manifests')
-rw-r--r--puppet/modules/site_check_mk/manifests/agent.pp (renamed from puppet/modules/site_check_mk/manifests/client.pp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/manifests/client.pp b/puppet/modules/site_check_mk/manifests/agent.pp
index ae269168..bb0cb167 100644
--- a/puppet/modules/site_check_mk/manifests/client.pp
+++ b/puppet/modules/site_check_mk/manifests/agent.pp
@@ -1,4 +1,4 @@
-class site_check_mk::client {
+class site_check_mk::agent {
$ssh_hash = hiera('ssh')
$pubkey = $ssh_hash['authorized_keys']['monitor']['key']