From 6547ba79591886544af4eaab88b65215d579d857 Mon Sep 17 00:00:00 2001 From: Matt Taggart Date: Tue, 29 Apr 2014 12:33:37 -0700 Subject: switch to using a more standard storage location on the puppetmaster, and make sure it exists, work around bug with /var/lib/puppet/modules, drop monitoring user/group --- manifests/agent/generate_sshkey.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests') diff --git a/manifests/agent/generate_sshkey.pp b/manifests/agent/generate_sshkey.pp index fb7ce11..6f88f35 100644 --- a/manifests/agent/generate_sshkey.pp +++ b/manifests/agent/generate_sshkey.pp @@ -6,10 +6,10 @@ define check_mk::agent::generate_sshkey ( # name of the authorized_keys file $authfile = undef, # dir on the puppetmaster where keys are stored - $ssh_key_basepath = '/etc/puppet/modules/keys/files/check_mk_keys', - # user and group to run the agent as - $user = 'monitoring', - $group = 'monitoring', + # FIXME: need a way to ensure this dir is setup on the puppetmaster correctly + #$ssh_key_basepath = "${common::moduledir::module_dir_path}/check_mk/keys", + # for now use a dir we know works + $ssh_key_basepath = '/etc/puppet/modules/check_mk/keys', $check_mk_tag = 'check_mk_sshkey' ){ -- cgit v1.2.3