revert changes from upcoming install branch
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
50edf2863a
commit
60b5f8783c
2 changed files with 3 additions and 7 deletions
|
@ -22,13 +22,15 @@
|
|||
|
||||
import datetime
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
import sys
|
||||
|
||||
import cdist.emulator
|
||||
import cdist.path
|
||||
|
||||
CODE_HEADER = "#!/bin/sh -e\n"
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
class Config:
|
||||
"""Cdist main class to hold arbitrary data"""
|
||||
|
||||
|
@ -276,9 +278,6 @@ class Config:
|
|||
self.target_host,
|
||||
duration.total_seconds())
|
||||
|
||||
class Config(cdist.config_install.ConfigInstall):
|
||||
pass
|
||||
|
||||
def config(args):
|
||||
"""Configure remote system"""
|
||||
process = {}
|
||||
|
|
|
@ -27,9 +27,6 @@ import cdist.config_install
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Class Install(cdist.config_install.ConfigInstall):
|
||||
pass
|
||||
|
||||
def install(args):
|
||||
"""Install remote system"""
|
||||
process = {}
|
||||
|
|
Loading…
Reference in a new issue