Ottomata has submitted this change and it was merged.

Change subject: role/analytics/hive.pp - fixing password variable name
......................................................................


role/analytics/hive.pp - fixing password variable name

Change-Id: I2dc8ad8c85b97fb22f4fd8625e1593ff54ea8768
---
M manifests/role/analytics/hive.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/analytics/hive.pp b/manifests/role/analytics/hive.pp
index cb2ef99..bfdd70d 100644
--- a/manifests/role/analytics/hive.pp
+++ b/manifests/role/analytics/hive.pp
@@ -62,7 +62,7 @@
 
     class { '::cdh4::hive':
         metastore_host  => 'analytics1027.eqiad.wmnet',
-        jdbc_password   => $passwords::analytics::hive::jdbc_password,
+        jdbc_password   => $passwords::analytics::hive_jdbc_password,
         zookeeper_hosts => $role::analytics::zookeeper::hosts_array,
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2dc8ad8c85b97fb22f4fd8625e1593ff54ea8768
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to