MOON
Server: Apache
System: Linux server.cny.com.sg 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Thu Aug 10 13:51:50 EDT 2023 x86_64
User: tissuegurucom (1020)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/python3.6/site-packages/cloudinit/config/__pycache__/cc_scripts_user.cpython-36.pyc
3

��b��@s8dZddlZddlmZddlmZeZdZdd�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�scriptscCsLtjj|j�t�}ytj|�Wn&tk
rF|jd|t|��YnXdS)Nz"Failed to run module %s (%s in %s))	�os�path�joinZ
get_ipath_cur�
SCRIPT_SUBDIRrZrunparts�	ExceptionZwarning)�nameZ_cfgZcloud�logZ_argsZ
runparts_path�r�%/usr/lib/python3.6/cc_scripts_user.py�handle&sr)	�__doc__rZ	cloudinitrZcloudinit.settingsrZ	frequencyrrrrrr
�<module>s