| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/lib/python3.9/site-packages/cloudinit/distros/ |
Upload File : |
# This file is part of cloud-init. See LICENSE file for license information.
from cloudinit.distros import gentoo
# Support for Container-Optimized OS
# https://cloud.google.com/container-optimized-os/docs
class Distro(gentoo.Distro):
pass