Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: tendril::maintenance: fix class parameter
......................................................................


tendril::maintenance: fix class parameter

Change-Id: I7d8ea90d2d59e156d36785981320abdf53471b3c
---
M modules/tendril/manifests/maintenance.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Giuseppe Lavagetto: Verified; Looks good to me, approved



diff --git a/modules/tendril/manifests/maintenance.pp 
b/modules/tendril/manifests/maintenance.pp
index 01e09e8..10a2ca1 100644
--- a/modules/tendril/manifests/maintenance.pp
+++ b/modules/tendril/manifests/maintenance.pp
@@ -8,11 +8,11 @@
     $tendril_host,
     $tendril_user,
     $tendril_password,
-    $tendril_database = 'tendril',
+    $tendril_db = 'tendril',
     $tendril_port = 3306,
     $wd_user = undef,
     $wd_password = undef,
-    ){
+){
 
     # We want to control if cron is running, not if the scripts are installed.
     Cron {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d8ea90d2d59e156d36785981320abdf53471b3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>

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

Reply via email to