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 c4999d4 commit 7cb6bf9Copy full SHA for 7cb6bf9
manifests/osfamily/redhat.pp
@@ -20,7 +20,6 @@
20
'Amazon': {
21
$major_version = $facts['os']['release']['major']
22
$amz_el_version = "${major_version}" ? {
23
- '2' => '7',
24
/^(2017|2018)$/ => '6',
25
default => $major_version,
26
}
0 commit comments