Ottomata has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/396024 )

Change subject: Fix superset hiera admin_password var name
......................................................................


Fix superset hiera admin_password var name

Change-Id: I1d5a5df77e00384b8cd4521873be2a9ee5ee72bb
---
M modules/profile/manifests/superset.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/profile/manifests/superset.pp 
b/modules/profile/manifests/superset.pp
index 7115dad..0621e34 100644
--- a/modules/profile/manifests/superset.pp
+++ b/modules/profile/manifests/superset.pp
@@ -33,7 +33,7 @@
     $database_uri      = hiera('profile::superset::database_uri', 
'sqlite:////var/lib/superset/superset.db'),
     $database_password = hiera('profile::superset::database_password', undef),
     $admin_user        = hiera('profile::superset::admin_user', 'admin'),
-    $admin_password    = hiera('profile::superset::admin_pass', 'admin'),
+    $admin_password    = hiera('profile::superset::admin_password', 'admin'),
     $secret_key        = hiera('profile::superset::secret_key', 
'not_really_a_secret_key'),
     $password_mapping  = hiera('profile::superset::password_mapping', undef),
     $statsd            = hiera('statsd', undef),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d5a5df77e00384b8cd4521873be2a9ee5ee72bb
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