Skip to content

Commit

Permalink
add support for rh-mariadb102
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schlossarek committed Jun 24, 2019
1 parent 6e72908 commit f1b796a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puppet/provider/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Puppet::Provider::Mysql < Puppet::Provider
'/opt/rh/rh-mariadb100/root/usr/lib64',
'/opt/rh/rh-mariadb101/root/usr/lib',
'/opt/rh/rh-mariadb101/root/usr/lib64',
'/opt/rh/rh-mariadb102/root/usr/lib',
'/opt/rh/rh-mariadb102/root/usr/lib64',
'/opt/rh/mysql55/root/usr/lib',
'/opt/rh/mysql55/root/usr/lib64',
'/opt/rh/mariadb55/root/usr/lib',
Expand Down
2 changes: 2 additions & 0 deletions lib/puppet/provider/mysql_datadir/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
'/opt/rh/rh-mariadb101/root/usr/libexec',
'/opt/rh/rh-mariadb100/root/usr/bin',
'/opt/rh/rh-mariadb100/root/usr/libexec',
'/opt/rh/rh-mariadb102/root/usr/bin',
'/opt/rh/rh-mariadb102/root/usr/libexec',
'/opt/rh/mysql55/root/usr/bin',
'/opt/rh/mysql55/root/usr/libexec',
'/opt/rh/mariadb55/root/usr/bin',
Expand Down

0 comments on commit f1b796a

Please sign in to comment.