Apparently, no quoting
[mirror/dsa-puppet.git] / modules / ssl / templates / local-ssl-ca-global.erb
1 DPkg::Pre-Install-Pkgs {
2   "if grep -q '/ca-certificates_.*\.deb$' ; then touch /run/dsa-ca-certificates-global ; fi";
3 };
4 DPkg::Post-Invoke {
5   "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";
6 };