scripts/bcfg2new/Plugins/Python/PythonDefaults.py
2015-05-10 15:25:46 +02:00

10 lines
205 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Contient les valeurs par défaut du plugin python
de Bcfg2"""
DEFAULT_USER = 'root'
DEFAULT_GROUP = 'root'
DEFAULT_ACLS = 0644
INCLUDES = "../etc/python"