File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/syslog_ng.cpython-310.pyc
Back
o ;j�} � @ s d Z ddlZddlZddlZddlZddlZddlZddlZddlm Z da dadZG dd� de �Ze�e�Ze�ej� dd iZd adZdadadadadd � Zdd� Zdd� Zdd� ZG dd� d�ZG dd� de�Z G dd� de �Z!G dd� de �Z"G dd� de�Z#G dd� de�Z$G d d!� d!e�Z%G d"d#� d#e%�Z&G d$d%� d%e%�Z'G d&d'� d'e�Z(G d(d)� d)e(�Z)G d*d+� d+e(�Z*G d,d-� d-�Z+d.d/� Z,d0d1� Z-d2d3� Z.d4d5� Z/d6d7� Z0d8d9� Z1d:d;� Z2d<d=� Z3d>d?� Z4d@dA� Z5dBdC� Z6dDdE� Z7dFdG� Z8dHdI� Z9dJdK� Z:dLdM� Z;dNdO� Z<dPdQ� Z=d�dSdT�Z>dUdV� Z?dWdX� Z@dYdZ� ZAd�d\d]�ZBd^d_� ZCd�d`da�ZDdbdc� ZEd�ddde�ZFd�dfdg�ZGd�dhdi�ZHd�djdk�ZId�dldm�ZJd�dndo�ZKd�dpdq�ZLdrds� ZMdtdu� ZNd�dvdw�ZO x x x x x x d�dydz�ZPd{d� ZQd|d}� ZRd�dd��ZSd�d�d��ZTd�d�� ZUdS )�a� Module for getting information about syslog-ng :maintainer: Tibor Benke <btibi@sch.bme.hu> :maturity: new :depends: cmd :platform: all This module is capable of managing syslog-ng instances which were installed via a package manager or from source. Users can use a directory as a parameter in the case of most functions, which contains the syslog-ng and syslog-ng-ctl binaries. Syslog-ng can be installed via a package manager or from source. In the latter case, the syslog-ng and syslog-ng-ctl binaries are not available from the PATH, so users should set location of the sbin directory with :mod:`syslog_ng.set_binary_path <salt.modules.syslog_ng.set_binary_path>`. Similarly, users can specify the location of the configuration file with :mod:`syslog_ng.set_config_file <salt.modules.syslog_ng.set_config_file>`, then the module will use it. If it is not set, syslog-ng uses the default configuration file. � N)�CommandExecutionErrorz/etc/syslog-ng.confz#Generated by Salt on {0}c @ s e Zd ZdS )� SyslogNgErrorN)�__name__� __module__�__qualname__� r r �J/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/syslog_ng.pyr * s r �reload_�reload� z c C s t t7 a dS )z* Increases the indentation level. N)�_INDENT�_INDENT_STEPr r r r �_increase_indent>