| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/__pycache__/ |
Upload File : |
o
;j� � @ s� d Z ddlZddlZdZe�e�Zdd� ZdZdZ e
� Zi Zi Z
dd � Z ddd�Zdd
d�Zddd�Zdd
ddddd
ddd
d
ejd
d
ddd
dfdd�ZdS )a"
Management of zc.buildout
=========================
This module is inspired from minitage's buildout maker
(https://github.com/minitage/minitage/blob/master/src/minitage/core/makers/buildout.py)
.. versionadded:: 2016.3.0
.. note::
This state module is beta; the API is subject to change and no promise
as to performance or functionality is yet present
Available Functions
-------------------
- built
.. code-block:: yaml
installed1
buildout.installed:
- name: /path/to/buildout
installed2
buildout.installed:
- name: /path/to/buildout
- parts:
- a
- b
- python: /path/to/pythonpath/bin/python
- unless: /bin/test_something_installed
- onlyif: /bin/test_else_installed
� NZbuildoutc C s dt v rtS dS )z1
Only load if zc.buildout libs available
�buildout.buildout)Fz#buildout module could not be loaded)�__salt__�__virtualname__� r r �J/opt/saltstack/salt/lib/python3.10/site-packages/salt/states/zcbuildout.py�__virtual__. s r zUnexpected response from docker� c C s | t vr
t| t | <