From 8620351be7cc8bcfee858be8190c37956a3f1c56 Mon Sep 17 00:00:00 2001 From: Frederick Lefebvre Date: Fri, 6 Dec 2019 21:18:24 +0000 Subject: Add an Amazon distro in the redhat OS family From original work by: Andrew Jorgensen Reviewed-by: Matt Nierzwicki Reviewed-by: Ethan Faust --- cloudinit/distros/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 cloudinit/distros/__init__.py (limited to 'cloudinit/distros/__init__.py') diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py old mode 100644 new mode 100755 index 2ec79577..2b559fe6 --- 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'], -- cgit v1.2.3