File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/at_solaris.cpython-310.pyc
Back
o ;j�! � @ s� d Z ddlZddlZddlZddlZddlZddlZddlZddl Ze� e�ZdZ dd� Zddd�Zdd � Zd d� Zdd� Zd d� Zdd� ZdS )a Wrapper for at(1) on Solaris-like systems .. note:: we try to mirror the generic at module where possible :maintainer: jorge schrauwen <sjorge@blackdot.be> :maturity: new :platform: solaris,illumos,smartso .. versionadded:: 2017.7.0 � N�atc C sB t jj�� sdS t jj�d�rt jj�d�rt jj�d�sdS tS )z; We only deal with Solaris' specific version of at )Fz7The at module could not be loaded: unsupported platformr �atq�atrm)Fz7The at module could not be loaded: at command not found)�salt�utils�platformZis_sunos�path�which�__virtualname__� r r �K/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/at_solaris.py�__virtual__ s ���r c C s� g }t d d�}|d dkrd|d iS |d dkrd |iS t�d �}|d �� D ]�}d}|�d�r3q)|�� }d �|dd� �}|d }tjt� |d�dd� � � � �d�} | �|d � | �|d � t|�}d|� �} t d | �r�t jj�| d��!}|D ]}t jj�|�}|�|�}|r�|�� d }q~W d � n1 s�w Y | s�|�|| d | d | d | d |d�� q)| r�| ||fv r�|�|| d | d | d | d |d�� q)d |iS )z� List all queued and running jobs or only those with an optional 'tag'. CLI Example: .. code-block:: bash salt '*' at.atq salt '*' at.atq [tag] salt '*' at.atq [job number] �cmd.run_allr �retcoder �error�stderr�stdoutzno files in queue.�jobsz^### SALT: (\w+)� z Rank� � � � z%b %d, %Y %H:%M�T� �/var/spool/cron/atjobs/�file.file_exists�rN� � )�job�date�time�queue�user�tag)�__salt__�re�compile� splitlines� startswith�split�join�datetimer"