Jcrespo has submitted this change and it was merged.

Change subject: Fix template references for replica db config
......................................................................


Fix template references for replica db config

Change-Id: Ie58b7897e1b9595333092cdbe0639cdcc6d4d4e6
---
M modules/role/manifests/labs/db/replica.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/role/manifests/labs/db/replica.pp 
b/modules/role/manifests/labs/db/replica.pp
index b963ff7..015c970 100644
--- a/modules/role/manifests/labs/db/replica.pp
+++ b/modules/role/manifests/labs/db/replica.pp
@@ -14,7 +14,7 @@
 
     class { 'mariadb::config':
         prompt        => 'REPLICA database',
-        config        => 
'puppet:///modules/role/labs/db/labsdb-replica.my.cnf.erb',
+        config        => template('role/labs/db/labsdb-replica.my.cnf.erb'),
         password      => $passwords::misc::scripts::mysql_root_pass,
         datadir       => '/srv/labsdb/data',
         tmpdir        => '/srv/labsdb/tmp',

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

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

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

Reply via email to