From 54cc7abe43d8d9a2a11a88c296fe3983d730a5c9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 23:15:11 +0000 Subject: fix manifest --- modules/openssh/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'] } -- cgit v1.2.1