diff options
Diffstat (limited to 'modules')
-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 7d1856eb..52a408d5 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -63,7 +63,7 @@ class openssh { symlink_user { $symlink_users: } $ldap_pwfile = "/etc/ldap.secret" - local_script { "ldap-sshkey2file.py" + local_script { "ldap-sshkey2file.py": content => template("openssh/ldap-sshkey2file.py"), require => Package['python-ldap'] } |