From 6cc3b83080f46da3d29db53afddaccc80874b638 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 16 Jun 2011 14:53:53 +0000 Subject: fix openssh manifest, as having a empty template do not work ( contrary to what I (wrongly) tested :/ ) --- modules/openssh/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openssh') diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp index 1144c533..8c929d79 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -31,7 +31,7 @@ class openssh { $config = '') inherits server { File ["/etc/ssh/sshd_config"] { - content => template("openssh/sshd_config","openssh/sshd_config_ldap", $config) + content => template("openssh/sshd_config","openssh/sshd_config_ldap") } package { 'python-ldap': -- cgit v1.2.1