ArielGlenn has uploaded a new change for review.

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

Change subject: fix test of trebuchet provider
......................................................................

fix test of trebuchet provider

the provider expects a package name with <basedir>/<reponame>
so for example integration/phpcs (not just integration);
in the special case where the basedir and the repo subdir
name are the same the code will 'just work' but it's by luck,
not by design

Change-Id: I09479423b6428e5d16f59d6da0b4a2185b926fa3
---
M manifests/role/deployment.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/166402/1

diff --git a/manifests/role/deployment.pp b/manifests/role/deployment.pp
index 5fe9a85..5d8a597 100644
--- a/manifests/role/deployment.pp
+++ b/manifests/role/deployment.pp
@@ -274,7 +274,7 @@
 }
 
 class role::deployment::test {
-    package { 'testrepo':
+    package { 'test/testrepo':
         provider => 'trebuchet',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09479423b6428e5d16f59d6da0b4a2185b926fa3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: ArielGlenn <ar...@wikimedia.org>

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

Reply via email to