Skip to content

Commit cb0b0a6

Browse files
committed
Merge pull request #837 from megianni/master
Fixed an issue with Amazon linux major release 4 installation
2 parents d5d2de7 + 5a7e34b commit cb0b0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
}
433433

434434
## Additional graceful failures
435-
if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == '4' {
435+
if $::osfamily == 'RedHat' and $::operatingsystemmajrelease == '4' and $::operatingsystem != 'Amazon' {
436436
fail("Unsupported platform: puppetlabs-${module_name} only supports RedHat 5.0 and beyond")
437437
}
438438
}

0 commit comments

Comments
 (0)