Première version de la refonte du plugin bcfg2

This commit is contained in:
Pierre-Elliott Bécue 2015-05-10 15:25:46 +02:00
parent 7e5cd649eb
commit f67d38baee
8 changed files with 1441 additions and 0 deletions

View 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"