aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/openssh/manifests/init.pp2
-rwxr-xr-xmodules/openssh/templates/ldap-sshkey2file.py (renamed from modules/restrictshell/templates/ldap-sshkey2file.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp
index 8c929d79..44561ee0 100644
--- a/modules/openssh/manifests/init.pp
+++ b/modules/openssh/manifests/init.pp
@@ -84,7 +84,7 @@ class openssh {
owner => root,
group => root,
mode => 755,
- content => template("restrictshell/ldap-sshkey2file.py"),
+ content => template("openssh/ldap-sshkey2file.py"),
require => Package['python-ldap']
}
cron { 'sshkey2file':
diff --git a/modules/restrictshell/templates/ldap-sshkey2file.py b/modules/openssh/templates/ldap-sshkey2file.py
index af29a203..af29a203 100755
--- a/modules/restrictshell/templates/ldap-sshkey2file.py
+++ b/modules/openssh/templates/ldap-sshkey2file.py