jenkins-bot has submitted this change and it was merged.
Change subject: Fix ordering issue in ::statsd
......................................................................
Fix ordering issue in ::statsd
Ensure that the git::clone which creates the statsd directory has
finished before trying to place configuration files inside it.
Change-Id: Ib5e71e4ce5925b5c1ee3f9c844e2ad5425d03450
---
M puppet/modules/statsd/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
BryanDavis: Looks good to me, approved
jenkins-bot: Verified
diff --git a/puppet/modules/statsd/manifests/init.pp
b/puppet/modules/statsd/manifests/init.pp
index 9ee7171..027c37b 100644
--- a/puppet/modules/statsd/manifests/init.pp
+++ b/puppet/modules/statsd/manifests/init.pp
@@ -60,6 +60,7 @@
file { "${dir}/backends/statsd-json-backend.js":
source => 'puppet:///modules/statsd/statsd-json-backend.js',
+ require => Git::Clone['statsd'],
}
service { 'statsd':
--
To view, visit https://gerrit.wikimedia.org/r/266189
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5e71e4ce5925b5c1ee3f9c844e2ad5425d03450
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits