Skip to content

Commit

Permalink
add support for rh-mariadb103
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schlossarek committed Jun 25, 2019
1 parent f1b796a commit 2d53f32
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 @@ -19,6 +19,8 @@ class Puppet::Provider::Mysql < Puppet::Provider
'/opt/rh/rh-mariadb101/root/usr/lib64',
'/opt/rh/rh-mariadb102/root/usr/lib',
'/opt/rh/rh-mariadb102/root/usr/lib64',
'/opt/rh/rh-mariadb103/root/usr/lib',
'/opt/rh/rh-mariadb103/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 @@ -19,6 +19,8 @@
'/opt/rh/rh-mariadb100/root/usr/libexec',
'/opt/rh/rh-mariadb102/root/usr/bin',
'/opt/rh/rh-mariadb102/root/usr/libexec',
'/opt/rh/rh-mariadb103/root/usr/bin',
'/opt/rh/rh-mariadb103/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 2d53f32

Please sign in to comment.