summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgPlaintextGenerator.py
blob: 8e9aab465d5bffe0e6f97cefed3521e33f926e26 (plain)
1
2
3
4
5
6
7
8
import logging
import Bcfg2.Server.Plugin
from Bcfg2.Server.Plugins.Cfg import CfgGenerator

logger = logging.getLogger(__name__)

class CfgPlaintextGenerator(CfgGenerator):
    pass