coren has submitted this change and it was merged.

Change subject: contint: file perms for qunit jobs
......................................................................


contint: file perms for qunit jobs

The qunit scripts will run as user jenkins-slave when tied to the
Jenkins Slaves. That needs us to tweak permissions of
/srv/localhost/qunit.

bug: 50231
Change-Id: I906908535b13b9cebe3efc11f26915cf17a3b8e9
---
M modules/contint/manifests/website.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/contint/manifests/website.pp 
b/modules/contint/manifests/website.pp
index 8c830fa..634783a 100644
--- a/modules/contint/manifests/website.pp
+++ b/modules/contint/manifests/website.pp
@@ -81,8 +81,8 @@
   file { '/srv/localhost/qunit':
     ensure => directory,
     mode   => '0775',
-    owner  => 'jenkins',
-    group  => 'jenkins',
+    owner  => 'jenkins-slave',
+    group  => 'jenkins-slave',
   }
 
   # Apache configuration for a virtual host on localhost

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I906908535b13b9cebe3efc11f26915cf17a3b8e9
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to