diff options
Diffstat (limited to 'modules/openssh/manifests')
-rw-r--r-- | modules/openssh/manifests/init.pp | 2 |
1 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': |