ArielGlenn has submitted this change and it was merged.
Change subject: add rest of new snapshots to scap3 target list
......................................................................
add rest of new snapshots to scap3 target list
Change-Id: I6d44db7e613d6b874bf2f8c306f01887d41c02b8
---
M modules/snapshot/manifests/deployment/dirs.pp
1 file changed, 7 insertions(+), 2 deletions(-)
Approvals:
ArielGlenn: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/snapshot/manifests/deployment/dirs.pp
b/modules/snapshot/manifests/deployment/dirs.pp
index e0f8a71..4ce77db 100644
--- a/modules/snapshot/manifests/deployment/dirs.pp
+++ b/modules/snapshot/manifests/deployment/dirs.pp
@@ -16,11 +16,16 @@
source => 'puppet:///modules/snapshot/deployment/scap.cfg'
}
- $target_list = 'snapshot1005.eqiad.wmnet\n'
+ $targets = [
+ 'snapshot1005.eqiad.wmnet',
+ 'snapshot1006.eqiad.wmnet',
+ 'snapshot1007.eqiad.wmnet'
+ ]
+ $target_str = join($targets, "\n")
file { "${repodir}/scap/dumps_targets":
mode => '0644',
owner => root,
group => root,
- content => $target_list,
+ content => "${target_str}\n",
}
}
--
To view, visit https://gerrit.wikimedia.org/r/281486
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d44db7e613d6b874bf2f8c306f01887d41c02b8
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits