Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.6/site-packages/cloudinit/config/__pycache__/ |
Upload File : |
3 ��b� � @ s8 d Z ddlZddlmZ ddlmZ eZdZdd� ZdS )aB Scripts User ------------ **Summary:** run user scripts This module runs all user scripts. User scripts are not specified in the ``scripts`` directory in the datasource, but rather are present in the ``scripts`` dir in the instance configuration. Any cloud-config parts with a ``#!`` will be treated as a script and run. Scripts specified as cloud-config parts will be run in the order they are specified in the configuration. This module does not accept any config keys. **Internal name:** ``cc_scripts_user`` **Module frequency:** per instance **Supported distros:** all � N)�subp)�PER_INSTANCE�scriptsc C sL t jj|j� t�}ytj|� W n& tk rF |jd| t|� � Y nX d S )Nz"Failed to run module %s (%s in %s)) �os�path�joinZ get_ipath_cur� SCRIPT_SUBDIRr Zrunparts� ExceptionZwarning)�nameZ_cfgZcloud�logZ_argsZ runparts_path� r �%/usr/lib/python3.6/cc_scripts_user.py�handle&