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 6d218cf commit fcb310eCopy full SHA for fcb310e
manifests/default_mods.pp
@@ -16,7 +16,7 @@
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 ($facts['os']['name'] == 'Amazon' and $facts['os']['release']['major'] =~ /^(2|2023)$/) {
20
21
22
::apache::mod { 'unixd': }
0 commit comments