]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssl/manifests/service.pp
Move -chains to a different dir on the puppet server
[dsa-puppet.git] / modules / ssl / manifests / service.pp
index 8e3d46f0810520d17983b6dfc1eb68f48c23240f..7b8921ceae49966ce94f929a0740c7f6b3c22927 100644 (file)
@@ -10,7 +10,7 @@ define ssl::service($ensure = present, $tlsaport = 443, $notify = []) {
                notify => [ Exec['c_rehash /etc/ssl/debian/certs'], $notify ],
        }
        file { "/etc/ssl/debian/certs/$name.crt-chain":
-               source => [ "puppet:///modules/ssl/servicecerts/${name}.crt-chain", "puppet:///modules/ssl/servicecerts/${name}.crt" ],
+               source => [ "puppet:///modules/ssl/chains/${name}.crt", "puppet:///modules/ssl/servicecerts/${name}.crt" ],
                notify => [ Exec['c_rehash /etc/ssl/debian/certs'], $notify ],
                links => follow,
        }