Skip to content

Commit

Permalink
Merge pull request puppetlabs#1534 from rbelnap/remove_ssl_notify
Browse files Browse the repository at this point in the history
remove ssl-disable notify
  • Loading branch information
jordanbreen28 authored Jun 26, 2023
2 parents a663739 + bc0e3d7 commit 3f8ece0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@
~> Class['mysql::server::service']
}

if $_options['mysqld']['ssl-disable'] {
notify { 'ssl-disable':
message => 'Disabling SSL is evil! You should never ever do this except
if you are forced to use a mysql version compiled without SSL support',
}
}

Anchor['mysql::server::start']
-> Class['mysql::server::config']
-> Class['mysql::server::install']
Expand Down

0 comments on commit 3f8ece0

Please sign in to comment.