Ottomata has submitted this change and it was merged.

Change subject: Fixing path to limn proxy vhost file since I've removed the 
dependence on the apache module
......................................................................


Fixing path to limn proxy vhost file since I've removed the dependence on the 
apache module

Change-Id: I9667bfae365d4809faf2cc78a47eccf8f70a26f7
---
M modules/limn/manifests/instance/proxy.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/limn/manifests/instance/proxy.pp 
b/modules/limn/manifests/instance/proxy.pp
index 700e3ab..554b7fb 100644
--- a/modules/limn/manifests/instance/proxy.pp
+++ b/modules/limn/manifests/instance/proxy.pp
@@ -25,7 +25,7 @@
   # Configure the Apache Limn instance proxy VirtualHost.
   $priority = 10
   file { "${priority}-limn-${name}.conf":
-    path    => "${apache::params::vdir}/${priority}-limn-${name}.conf",
+    path    => "/etc/apache2/sites-enabled/${priority}-limn-${name}.conf",
     content => template('limn/vhost-limn-proxy.conf.erb'),
     owner   => 'root',
     group   => 'root',

-- 
To view, visit https://gerrit.wikimedia.org/r/56421
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9667bfae365d4809faf2cc78a47eccf8f70a26f7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to