PATH:
usr
/
lib
/
python3.6
/
site-packages
/
cloudinit
/
distros
# Copyright (C) 2012 Canonical Ltd. # Copyright (C) 2012 Hewlett-Packard Development Company, L.P. # Copyright (C) 2012 Yahoo! Inc. # Copyright (C) 2014 Amazon.com, Inc. or its affiliates. # # Author: Scott Moser <scott.moser@canonical.com> # Author: Juerg Haefliger <juerg.haefliger@hp.com> # Author: Joshua Harlow <harlowja@yahoo-inc.com> # Author: Andrew Jorgensen <ajorgens@amazon.com> # # This file is part of cloud-init. See LICENSE file for license information. from cloudinit.distros import rhel class Distro(rhel.Distro): def update_package_sources(self): return None
[-] debian.py
[edit]
[-] freebsd.py
[edit]
[-] opensuse-microos.py
[edit]
[+]
package_management
[-] miraclelinux.py
[edit]
[-] openmandriva.py
[edit]
[-] sles.py
[edit]
[-] sle_hpc.py
[edit]
[-] mariner.py
[edit]
[-] suse.py
[edit]
[+]
parsers
[-] openbsd.py
[edit]
[-] opensuse-leap.py
[edit]
[-] gentoo.py
[edit]
[-] amazon.py
[edit]
[-] __init__.py
[edit]
[-] net_util.py
[edit]
[-] rhel.py
[edit]
[-] photon.py
[edit]
[-] virtuozzo.py
[edit]
[-] OpenCloudOS.py
[edit]
[-] ug_util.py
[edit]
[-] opensuse.py
[edit]
[-] rocky.py
[edit]
[+]
__pycache__
[-] almalinux.py
[edit]
[-] bsd.py
[edit]
[-] sle-micro.py
[edit]
[-] cos.py
[edit]
[-] arch.py
[edit]
[-] networking.py
[edit]
[-] alpine.py
[edit]
[-] netbsd.py
[edit]
[-] opensuse-tumbleweed.py
[edit]
[-] TencentOS.py
[edit]
[-] rhel_util.py
[edit]
[-] centos.py
[edit]
[-] dragonflybsd.py
[edit]
[-] eurolinux.py
[edit]
[-] cloudlinux.py
[edit]
[-] fedora.py
[edit]
[-] ubuntu.py
[edit]
[-] openeuler.py
[edit]
[-] bsd_utils.py
[edit]
[+]
..