Skip to content

Commit 476581f

Browse files
committed
Slave docs fix
1 parent 5593b58 commit 476581f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

manifests/init.pp

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,22 @@
4141
# user => 'repl',
4242
# password => 'repl',
4343
# database => ['%'],
44-
# priv => ['slav_priv'],
44+
# priv => ['Repl_slave_priv'],
4545
# host => '$hostname',
4646
# }
4747
#
48-
# ## This must be run on the slave nodes:
49-
# percona::slave { "whatever":
50-
# masterhost => "hostip",
51-
# masterlog => "masterlog",
52-
# masteruser => "Replication user",
53-
# masterpassword => "Repication password",
54-
# masterlogposition => "Masterlogposition",
55-
# }
56-
# }
48+
#
49+
# THIS IS CURRENTLY NOT IMPLEMENTED!!!
50+
# #
51+
# # ## This must be run on the slave nodes:
52+
# # percona::slave { "whatever":
53+
# # masterhost => "hostip",
54+
# # masterlog => "masterlog",
55+
# # masteruser => "Replication user",
56+
# # masterpassword => "Repication password",
57+
# # masterlogposition => "Masterlogposition",
58+
# # }
59+
# # }
5760
#
5861
class percona (
5962
$percona_version = $percona::params::percona_version,

0 commit comments

Comments
 (0)