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.
2 parents 01e4d35 + f234339 commit a1545b3Copy full SHA for a1545b3
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']['full'] == '2') {
+ if $use_systemd {
20
::apache::mod { 'systemd': }
21
}
22
::apache::mod { 'unixd': }
0 commit comments