]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and pull the right cert name
authorStephen Gran <steve@lobefin.net>
Sat, 19 Jun 2010 22:13:59 +0000 (22:13 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 19 Jun 2010 22:13:59 +0000 (22:13 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssl/manifests/init.pp

index ecbba164c23220be3887ca6d816973a897d4b682..777180320874ae705ea3820fe81329d75cf1d732 100644 (file)
@@ -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":