X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fssl%2Ftemplates%2Flocal-ssl-ca-global.erb;fp=modules%2Fssl%2Ftemplates%2Flocal-ssl-ca-global.erb;h=9e6e4575074e8ba5fb40092c71efd52905e58ed7;hb=90ed72586f37f196710c93390d6a6caac0033223;hp=c5a7f2c2ff791f1785310731ce3af3da5c95d27d;hpb=cf682174f1c74d95185684d3b335c83f2cd31e68;p=mirror%2Fdsa-puppet.git diff --git a/modules/ssl/templates/local-ssl-ca-global.erb b/modules/ssl/templates/local-ssl-ca-global.erb index c5a7f2c2f..9e6e45750 100644 --- a/modules/ssl/templates/local-ssl-ca-global.erb +++ b/modules/ssl/templates/local-ssl-ca-global.erb @@ -2,5 +2,5 @@ DPkg::Pre-Install-Pkgs { "if grep -q '/ca-certificates_.*\.deb$' ; then touch /run/dsa-ca-certificates-global ; fi"; }; DPkg::Post-Invoke { - "if [ -e /run/dsa-ca-certificates-global ] && [ -e \"<%= @updatecacerts %>" ] ; then \"<%= @updatecacerts %>\" --fresh --default --certsconf /etc/ca-certificates-global.conf --etccertsdir /etc/ssl/ca-global --hooksdir /dev/null ; rm -f /run/dsa-ca-certificates-global ; fi"; + "if [ -e /run/dsa-ca-certificates-global ] && [ -e \"<%= @updatecacerts %>\" ] ; then \"<%= @updatecacerts %>\" --fresh --default --certsconf /etc/ca-certificates-global.conf --etccertsdir /etc/ssl/ca-global --hooksdir /dev/null ; rm -f /run/dsa-ca-certificates-global ; fi"; };