[MediaWiki-commits] [Gerrit] Fix ordering issue in ::statsd - change (mediawiki/vagrant)

2016-01-24 Thread jenkins-bot (Code Review)
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 
Gerrit-Reviewer: BryanDavis 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix ordering issue in ::statsd - change (mediawiki/vagrant)

2016-01-24 Thread BryanDavis (Code Review)
BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/266189

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/89/266189/1

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: newchange
Gerrit-Change-Id: Ib5e71e4ce5925b5c1ee3f9c844e2ad5425d03450
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits