diff options
Diffstat (limited to 'manifests/server/configure_ssh.pp')
-rw-r--r-- | manifests/server/configure_ssh.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/server/configure_ssh.pp b/manifests/server/configure_ssh.pp index b0599fb..c3ea19f 100644 --- a/manifests/server/configure_ssh.pp +++ b/manifests/server/configure_ssh.pp @@ -5,8 +5,7 @@ class check_mk::server::configure_ssh ( File <<| tag == $check_mk_tag |>> # configure ssh access to agents which have 'ssh' tags - $etcdir = $check_mk::etcdir - file { "${check_mk::etc_dir}/conf.d/use_ssh.mk": + file { "${check_mk::config::etc_dir}/conf.d/use_ssh.mk": source => [ 'puppet:///modules/site_check_mk/use_ssh.mk', 'puppet:///modules/check_mk/use_ssh.mk' ], } |