]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssl/manifests/service.pp
replace -chain with a symlink
[dsa-puppet.git] / modules / ssl / manifests / service.pp
index 8a2bec462856f8befa062f4b9e74c03690950b31..0af2e160733ab5a5bb6454129d57c3b926b6f5a8 100644 (file)
@@ -12,6 +12,7 @@ define ssl::service($ensure = present, $tlsaport = 443, $notify = []) {
        file { "/etc/ssl/debian/certs/$name.crt-chain":
                source => [ "puppet:///modules/ssl/servicecerts/${name}.crt-chain",  "puppet:///modules/ssl/empty" ],
                notify => [ Exec['c_rehash /etc/ssl/debian/certs'], $notify ],
+               links => follow,
        }
 
        if $tlsaport > 0 {