From 06410c321d7db29a4ee49497a8f179499d9a5fc4 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 25 Aug 2013 10:12:02 +0200 Subject: [PATCH] syntax --- modules/ssl/manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/manifests/service.pp b/modules/ssl/manifests/service.pp index 0694d097a..8a2bec462 100644 --- a/modules/ssl/manifests/service.pp +++ b/modules/ssl/manifests/service.pp @@ -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/empty" ] + source => [ "puppet:///modules/ssl/servicecerts/${name}.crt-chain", "puppet:///modules/ssl/empty" ], notify => [ Exec['c_rehash /etc/ssl/debian/certs'], $notify ], } -- 2.20.1