changeset 113:34302ede8d87 puppet-3.6

Make sure our websites load after ALL other Apache config If we don't do this then <IfModule> statements in vhosts probably won't work, because the load will be done in named config file that seems to get parsed *after* the vhost
author IBBoard <dev@ibboard.co.uk>
date Sat, 04 Jun 2016 14:07:37 +0100
parents 5967c1b18860
children 951cd2b66abd
files modules/apache/manifests/vhost.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/apache/manifests/vhost.pp	Sat Jun 04 14:06:15 2016 +0100
+++ b/modules/apache/manifests/vhost.pp	Sat Jun 04 14:07:37 2016 +0100
@@ -440,7 +440,7 @@
 
   concat { "${priority_real}${filename}.conf":
     ensure  => $ensure,
-    path    => "${::apache::vhost_dir}/${priority_real}${filename}.conf",
+    path    => "${::apache::vhost_dir}/zzz-${priority_real}${filename}.conf",
     owner   => 'root',
     group   => $::apache::params::root_group,
     mode    => '0644',