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 datetime
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger(__name__)
|
import sys
|
||||||
|
|
||||||
import cdist.emulator
|
import cdist.emulator
|
||||||
import cdist.path
|
import cdist.path
|
||||||
|
|
||||||
CODE_HEADER = "#!/bin/sh -e\n"
|
CODE_HEADER = "#!/bin/sh -e\n"
|
||||||
|
|
||||||
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
"""Cdist main class to hold arbitrary data"""
|
"""Cdist main class to hold arbitrary data"""
|
||||||
|
|
||||||
|
@ -276,9 +278,6 @@ class Config:
|
||||||
self.target_host,
|
self.target_host,
|
||||||
duration.total_seconds())
|
duration.total_seconds())
|
||||||
|
|
||||||
class Config(cdist.config_install.ConfigInstall):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def config(args):
|
def config(args):
|
||||||
"""Configure remote system"""
|
"""Configure remote system"""
|
||||||
process = {}
|
process = {}
|
||||||
|
|
|
@ -27,9 +27,6 @@ import cdist.config_install
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
Class Install(cdist.config_install.ConfigInstall):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def install(args):
|
def install(args):
|
||||||
"""Install remote system"""
|
"""Install remote system"""
|
||||||
process = {}
|
process = {}
|
||||||
|
|
Loading…
Reference in a new issue