File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 167
167
~> Class[' mysql::server::service' ]
168
168
}
169
169
170
+
171
+ if $_options[' mysqld' ][' ssl-disable' ] {
172
+ notify { 'ssl-disable' :
173
+ message => ' Disabling SSL is evil! You should never ever do this except
174
+ if you are forced to use a mysql version compiled without SSL support' ,
175
+ }
176
+ }
177
+
170
178
Anchor[' mysql::server::start' ]
171
179
-> Class[' mysql::server::config' ]
172
180
-> Class[' mysql::server::install' ]
175
183
-> Class[' mysql::server::service' ]
176
184
-> Class[' mysql::server::root_password' ]
177
185
-> Class[' mysql::server::providers' ]
178
- -> Anchor[' mysql::server::end' ] }
186
+ -> Anchor[' mysql::server::end' ]
187
+ }
Original file line number Diff line number Diff line change 82
82
}
83
83
}
84
84
}
85
-
86
- if $options [' mysqld' ][' ssl-disable' ] {
87
- notify { 'ssl-disable' :
88
- message => ' Disabling SSL is evil! You should never ever do this except
89
- if you are forced to use a mysql version compiled without SSL support' ,
90
- }
91
- }
92
85
}
You can’t perform that action at this time.
0 commit comments