Dzahn has submitted this change and it was merged.

Change subject: Fix path to jenkins homedir for nodepool slaves
......................................................................


Fix path to jenkins homedir for nodepool slaves

The .arcrc needs to be in the jenkins user's home directory on the
slave.  On the jenkins master it's /var/lib/jenkins but on the
slaves it's /home/jenkins

Change-Id: I7321efae42be5ed37ceb7225bef29a5be992d7ee
---
M modules/contint/manifests/arcanist.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/contint/manifests/arcanist.pp 
b/modules/contint/manifests/arcanist.pp
index 8ead13c..c420bb6 100644
--- a/modules/contint/manifests/arcanist.pp
+++ b/modules/contint/manifests/arcanist.pp
@@ -3,7 +3,7 @@
 class contint::arcanist {
     require_package('arcanist')
 
-    file { '/var/lib/jenkins/.arcrc':
+    file { '/home/jenkins/.arcrc':
         ensure  => 'file',
         owner   => 'jenkins',
         group   => 'jenkins',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7321efae42be5ed37ceb7225bef29a5be992d7ee
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: 20after4 <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to