BBlack has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/200029

Change subject: actually deployed the provenance VCL
......................................................................

actually deployed the provenance VCL

Change-Id: I279f95af4776ae15d2ee3381aea80efdcce2b434
---
M modules/varnish/manifests/common/vcl.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/200029/1

diff --git a/modules/varnish/manifests/common/vcl.pp 
b/modules/varnish/manifests/common/vcl.pp
index aeb5229..d71c6d4 100644
--- a/modules/varnish/manifests/common/vcl.pp
+++ b/modules/varnish/manifests/common/vcl.pp
@@ -7,9 +7,18 @@
         mode    => '0444',
         content => template('varnish/geoip.inc.vcl.erb'),
     }
+
+    file { '/etc/varnish/provenance.inc.vcl':
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0444',
+        content => template('varnish/provenance.inc.vcl.erb'),
+    }
+
     file { '/etc/varnish/device-detection.inc.vcl':
         ensure  => absent,
     }
+
     file { '/etc/varnish/errorpage.inc.vcl':
         owner   => 'root',
         group   => 'root',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I279f95af4776ae15d2ee3381aea80efdcce2b434
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to