We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb310e commit f234339Copy full SHA for f234339
manifests/default_mods.pp
@@ -13,10 +13,7 @@
13
case $facts['os']['family'] {
14
'RedHat': {
15
::apache::mod { 'log_config': }
16
- if $facts['os']['name'] != 'Amazon' and $use_systemd {
17
- ::apache::mod { 'systemd': }
18
- }
19
- if ($facts['os']['name'] == 'Amazon' and $facts['os']['release']['major'] =~ /^(2|2023)$/) {
+ if $use_systemd {
20
::apache::mod { 'systemd': }
21
}
22
::apache::mod { 'unixd': }
0 commit comments