Fix facts usage when selecting repo class
This fixes a bug introduced in #357 where Debian repositories were being selected on Ubuntu.
Fix OS fact comparison for Ubuntu 12 and 14
This change uses `versioncmp` instead of an equality operator when comparing Ubuntu OS facts for more compatibility between various facter versions, and Ubuntu system versions. Also, `$facts['os']['release']['major']` was changed to `$facts['os']['release']['full']` to be more consistent with other version comparisons in this module.
Merge pull request #374 from dbeckham/fix_os_name_fact_issue
Fix OS facts usage when selecting repo class for Ubuntu systems
Merge pull request #375 from dbeckham/fix_os_version_comparison
Fix OS fact comparison for Ubuntu 12 and 14
Merge pull request #376 from RegioHelden/master
bump dep on puppet/archive to '< 3.0.0'
Bump metadata.json version to 5.0.1-rc
Merge pull request #377 from dhollinger/metadata-bump
Bump metadata.json version to 5.0.1-rc
Merge pull request #379 from mmoll/metadata
update dependencies in metadata
Merge pull request #385 from craigwatson/syntax_fixes
Fix syntax issues with data types
Similar change to voxpupuli/puppet-nodejs#318
Merge pull request #386 from wyardley/spec_failure
Proposed fix for failing parallel spec tests
Merge pull request #383 from arudat/ubuntu-1704-php7-fix
fix ubuntu 17.04 version for php7
Merge pull request #381 from voxpupuli/modulesync
modulesync 1.1.0
Merge pull request #364 from walkamongus/master
Confine pecl provider to where pear command is available
Merge pull request #361 from LMNetworks/master
fix default value of php::fpm::pool::access_log_format
Merge pull request #346 from dbeckham/php_fpm_parameter_doc_fix
Add missing php-fpm user and group class param docs