Skip to content

Commit a1545b3

Browse files
authored
Merge pull request #2562 from rjd1/main
2 parents 01e4d35 + f234339 commit a1545b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

manifests/default_mods.pp

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
case $facts['os']['family'] {
1414
'RedHat': {
1515
::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']['full'] == '2') {
16+
if $use_systemd {
2017
::apache::mod { 'systemd': }
2118
}
2219
::apache::mod { 'unixd': }

0 commit comments

Comments
 (0)