edestecd / puppet-mariadb

Puppet Module for managing MariaDB
GNU General Public License v3.0
3 stars 21 forks source link

Fix versioncmp Debian 8 #12

Closed developerbart closed 7 years ago

developerbart commented 7 years ago

De versioncmp function was being called with wrong input values. The operatingsystemrelease was compared against 8.0. Therefore, the key for Debian 9 was being applied. By changing the value from 8.0 to 9.0 the issue is resolved. This is also tested on both Debian 8 and 9.

edestecd commented 7 years ago

@developerbart thanks!