From c96052dfc828f23c4adc5a0149873515684b6d35 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 19 Jun 2010 22:13:59 +0000 Subject: [PATCH] and pull the right cert name Signed-off-by: Stephen Gran --- modules/ssl/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/manifests/init.pp b/modules/ssl/manifests/init.pp index ecbba164..77718032 100644 --- a/modules/ssl/manifests/init.pp +++ b/modules/ssl/manifests/init.pp @@ -35,7 +35,7 @@ class ssl { source => "puppet:///files/empty/" ; "/etc/ssl/debian/certs/thishost.crt": - source => "puppet:///ssl/clientcerts/$fqdn.crt", + source => "puppet:///ssl/clientcerts/$fqdn.client.crt", notify => Exec["c_rehash /etc/ssl/debian/certs"], ; "/etc/ssl/debian/keys/thishost.key": -- 2.39.2