Ema has uploaded a new change for review.

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

Change subject: Fix ownership of VTC tests directory
......................................................................

Fix ownership of VTC tests directory

Bug: T128188
Change-Id: I22afe7cce21ec98018ad23c09f9c04a525ce2753
---
M modules/varnish/manifests/common/vcl.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/282167/1

diff --git a/modules/varnish/manifests/common/vcl.pp 
b/modules/varnish/manifests/common/vcl.pp
index d5112e6..9b6a9b0 100644
--- a/modules/varnish/manifests/common/vcl.pp
+++ b/modules/varnish/manifests/common/vcl.pp
@@ -35,6 +35,8 @@
     # VTC tests
     file { '/usr/share/varnish/tests/':
         source  => 'puppet:///modules/varnish/tests',
+        owner   => 'root',
+        group   => 'root',
         recurse => true,
     }
 }

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

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

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

Reply via email to