summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--puppet/modules/site_check_mk/manifests/agent.pp (renamed from puppet/modules/site_check_mk/manifests/client.pp)2
-rw-r--r--puppet/modules/site_config/manifests/default.pp2
2 files changed, 2 insertions, 2 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']
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp
index 25f9b3f8..53cc60f6 100644
--- a/puppet/modules/site_config/manifests/default.pp
+++ b/puppet/modules/site_config/manifests/default.pp
@@ -87,5 +87,5 @@ class site_config::default {
include ::site_custom
}
- include site_check_mk::client
+ include site_check_mk::agent
}