Ema has submitted this change and it was merged.

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(-)

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



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: merged
Gerrit-Change-Id: I22afe7cce21ec98018ad23c09f9c04a525ce2753
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to