Skip to content

Commit

Permalink
Merge pull request #2562 from rjd1/main
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Sep 26, 2024
2 parents 01e4d35 + f234339 commit a1545b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/default_mods.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
case $facts['os']['family'] {
'RedHat': {
::apache::mod { 'log_config': }
if $facts['os']['name'] != 'Amazon' and $use_systemd {
::apache::mod { 'systemd': }
}
if ($facts['os']['name'] == 'Amazon' and $facts['os']['release']['full'] == '2') {
if $use_systemd {
::apache::mod { 'systemd': }
}
::apache::mod { 'unixd': }
Expand Down

0 comments on commit a1545b3

Please sign in to comment.