BBlack has submitted this change and it was merged.
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(-)
Approvals:
BBlack: Verified; Looks good to me, approved
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: merged
Gerrit-Change-Id: I279f95af4776ae15d2ee3381aea80efdcce2b434
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits