diff options
author | Frederick Lefebvre <fredlef@amazon.com> | 2019-12-06 21:18:24 +0000 |
---|---|---|
committer | Frederick Lefebvre <fredlef@amazon.com> | 2019-12-06 23:07:41 +0000 |
commit | 8620351be7cc8bcfee858be8190c37956a3f1c56 (patch) | |
tree | 51a96af96165906cd15734e8d4148db620c1c820 /cloudinit/distros/__init__.py | |
parent | dac551be5cf048fd481316419a6aad46a2a11abb (diff) | |
download | vyos-cloud-init-8620351be7cc8bcfee858be8190c37956a3f1c56.tar.gz vyos-cloud-init-8620351be7cc8bcfee858be8190c37956a3f1c56.zip |
Add an Amazon distro in the redhat OS family
From original work by: Andrew Jorgensen <ajorgens@amazon.com>
Reviewed-by: Matt Nierzwicki <nierzwic@amazon.com>
Reviewed-by: Ethan Faust <efaust@amazon.com>
Diffstat (limited to 'cloudinit/distros/__init__.py')
-rwxr-xr-x[-rw-r--r--] | cloudinit/distros/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 2ec79577..2b559fe6 100644..100755 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -36,7 +36,7 @@ ALL_DISTROS = 'all' OSFAMILIES = { 'debian': ['debian', 'ubuntu'], - 'redhat': ['centos', 'fedora', 'rhel'], + 'redhat': ['amazon', 'centos', 'fedora', 'rhel'], 'gentoo': ['gentoo'], 'freebsd': ['freebsd'], 'suse': ['opensuse', 'sles'], |