On remet bcfg2_reports et bcfg2-graph, et on renomme le nouveau dossier
This commit is contained in:
parent
1df9d480af
commit
08007c623e
10 changed files with 0 additions and 0 deletions
10
bcfg2/Plugins/Python/PythonDefaults.py
Normal file
10
bcfg2/Plugins/Python/PythonDefaults.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue