| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/cloudinit/handlers/__pycache__/ |
Upload File : |
U
Ӈg� � @ sn d dl Z d dlZd dlmZmZmZmZ d dlmZ e � e
�ZdZe�
d�ZdZdZdZG d d
� d
ej�ZdS )� N)�handlers�mergers�safeyaml�util)�
PER_ALWAYSz
Merge-Typezdict(replace)+list()+str()z
#cloud-configz#cloud-config-jsonpz*# Cloud-config part ignored SCHEMA_ERROR: c @ sL e Zd ZeegZdd� Zdd� Zdd� Zdd� Z d d
� Z
dd� Zd
d� ZdS )�CloudConfigPartHandlerc K sL t jj| tdd� d | _|�d�| _d|kr<|�|d �| _g | _g | _d S )N� )�versionZcloud_configZcloud_config_path) r �Handler�__init__r � cloud_bufZ get_ipath�cloud_fn�
file_names�error_file_names)�self�pathsZ_kwargs� r �A/usr/lib/python3/dist-packages/cloudinit/handlers/cloud_config.pyr 3 s zCloudConfigPartHandler.__init__c C s� | j s
d S g }| jrT|�dt| j� � | jD ]}|s:d}|�d| � q.|�d� | jD ]}|�t� |� �� qZ| jd k r�tdg}|�|� |�t �
| j�� ng }t�| j d�
|�d� d S )Nz# from %s files�?z# %s� �
i� )r
r �append�lenr �MERGED_PART_SCHEMA_ERROR_PREFIXr �CLOUD_PREFIX�extendr �dumpsr Z
write_file�join)r Z
file_lines�fnZ
error_file�linesr r r �_write_cloud_config<