From 01bf7c585f6bd6bc6c87067599aa45ef83767405 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 2 Dec 2010 01:30:22 +0000 Subject: add ordering to the ssl cert creation ( so apache do not fail when reloaded ) --- modules/apache/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 6c775954..04ca16e1 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -100,7 +100,8 @@ class apache { if $use_ssl { include apache::mod_ssl openssl::self_signed_cert{ "$name": - directory => "/etc/ssl/apache/" + directory => "/etc/ssl/apache/", + before => File["$name.conf"], } } -- cgit v1.2.1