Ori.livneh has submitted this change and it was merged.

Change subject: Qualified Lookup of OCG Class
......................................................................


Qualified Lookup of OCG Class

Thanks Ori for telling me what was wrong!

Change-Id: If30cdae855f5f9065e892999bfab6122da313e0b
---
M manifests/role/ocg.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/manifests/role/ocg.pp b/manifests/role/ocg.pp
index 3ceec87..c271f08 100644
--- a/manifests/role/ocg.pp
+++ b/manifests/role/ocg.pp
@@ -10,7 +10,7 @@
 
     include passwords::redis
 
-    class { 'ocg':
+    class { '::ocg':
         redis_host      => 'rdb1002.eqiad.wmnet',
         redis_password  => $passwords::redis::main_password,
         temp_dir        => '/srv/deployment/ocg/tmp',
@@ -27,7 +27,7 @@
 
     include passwords::redis
 
-    class { 'ocg':
+    class { '::ocg':
         redis_host      => 'localhost',
         redis_password  => $passwords::redis::ocg_test_password,
         temp_dir        => '/srv/deployment/ocg/tmp',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If30cdae855f5f9065e892999bfab6122da313e0b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mwalker <mwal...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>

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

Reply via email to