Merge remote-tracking branch 'steven/oo-restructure'
Conflicts: lib/cdist/config.py lib/cdist/path.py Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
commit
efe8dbfa85
29 changed files with 1302 additions and 54 deletions
|
|
@ -22,10 +22,6 @@
|
|||
|
||||
import datetime
|
||||
import logging
|
||||
import os
|
||||
import stat
|
||||
import sys
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
import cdist.emulator
|
||||
|
|
@ -280,10 +276,8 @@ class Config:
|
|||
self.target_host,
|
||||
duration.total_seconds())
|
||||
|
||||
def deploy_and_cleanup(self):
|
||||
"""Do what is most often done: deploy & cleanup"""
|
||||
self.deploy_to()
|
||||
self.cleanup()
|
||||
class Config(cdist.config_install.ConfigInstall):
|
||||
pass
|
||||
|
||||
def config(args):
|
||||
"""Configure remote system"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue