Skip to content

Commit

Permalink
add alma 9 to omsagent supported distro list (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarineM authored Oct 23, 2023
1 parent 0c2a0c6 commit d2acc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmsAgent/omsagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ def is_vm_supported_for_extension():
'ubuntu' : ['14.04', '16.04', '18.04', '20.04', '22.04'], # Ubuntu
'suse' : ['12', '15'], 'sles' : ['12', '15'], # SLES
'rocky' : ['8', '9'], # Rocky
'alma' : ['8'], # Alma
'alma' : ['8', '9'], # Alma
'amzn' : ['2'] # AWS
}

Expand Down

0 comments on commit d2acc6c

Please sign in to comment.