Skip to content

Commit

Permalink
Merge pull request #24 from stanicek/fix
Browse files Browse the repository at this point in the history
CentOS 7 isn't detected using Puppet 3.7.4. Major version in quotes help...
  • Loading branch information
actionjack committed Apr 7, 2015
2 parents fc0a891 + 809950f commit 1224dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$provider = 'redhat'

case $::operatingsystemmajrelease {
7: {
'7': {
$mailcatcher_path = '/usr/local/bin'
# json_pure is a runtime requirement which does not get installed with mailcatcher 0.5.12
$packages = union($std_packages, ['rubygem-json_pure'])
Expand Down

0 comments on commit 1224dac

Please sign in to comment.