Skip to content

Commit 809950f

Browse files
committed
CentOS 7 isn't detected using Puppet 3.7.4. Major version in quotes helps.
1 parent fc0a891 commit 809950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
$provider = 'redhat'
3535

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

0 commit comments

Comments
 (0)