File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 41
41
# user => 'repl',
42
42
# password => 'repl',
43
43
# database => ['%'],
44
- # priv => ['slav_priv '],
44
+ # priv => ['Repl_slave_priv '],
45
45
# host => '$hostname',
46
46
# }
47
47
#
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
+ # # }
57
60
#
58
61
class percona (
59
62
$percona_version = $percona::params::percona_version,
You can’t perform that action at this time.
0 commit comments