diff --git a/manifests/default_mods.pp b/manifests/default_mods.pp index 474b53748..50f04ba26 100644 --- a/manifests/default_mods.pp +++ b/manifests/default_mods.pp @@ -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': }