update ssh module

This commit is contained in:
2017-06-15 15:46:08 +02:00
parent 419db8b197
commit 9f2e629e8f
16 changed files with 54 additions and 110 deletions

View File

@@ -6,6 +6,7 @@ import * as _modInstall from './mod_install/index';
import * as _modPublish from './mod_publish/index';
import * as _modPurge from './mod_purge/index';
import * as _modPrepare from './mod_prepare/index';
import * as _modSsh from './mod_ssh/index';
import * as _modTrigger from './mod_trigger/index';
import * as _modTest from './mod_test/index';
import { LazyModule } from 'smartsystem';
@@ -17,5 +18,6 @@ export declare let modInstall: LazyModule<typeof _modInstall>;
export declare let modPublish: LazyModule<typeof _modPublish>;
export declare let modPurge: LazyModule<typeof _modPurge>;
export declare let modPrepare: LazyModule<typeof _modPrepare>;
export declare let modSsh: LazyModule<typeof _modSsh>;
export declare let modTrigger: LazyModule<typeof _modTrigger>;
export declare let modTest: LazyModule<typeof _modTest>;