From: Stephen Gran Date: Sat, 19 Jun 2010 22:13:59 +0000 (+0000) Subject: and pull the right cert name X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c96052dfc828f23c4adc5a0149873515684b6d35;p=dsa-puppet.git and pull the right cert name Signed-off-by: Stephen Gran --- 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":