diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-07-11 14:54:51 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-07-11 14:54:51 -0400 |
| commit | 0b8bb3c8dff4b612f85187e9fea8a3f3d1233e4c (patch) | |
| tree | 05ee3f943fb4f3201ea29f36330838cdb0076e59 /func/minion/modules | |
| parent | 692807b31f32d79c90e202a8edca3508dbd03e6b (diff) | |
| download | func-0b8bb3c8dff4b612f85187e9fea8a3f3d1233e4c.tar.gz func-0b8bb3c8dff4b612f85187e9fea8a3f3d1233e4c.tar.xz func-0b8bb3c8dff4b612f85187e9fea8a3f3d1233e4c.zip | |
Make list_minions use the server_spec APIs versus making a remote test call.
Diffstat (limited to 'func/minion/modules')
| -rw-r--r-- | func/minion/modules/certmaster.py | 2 | ||||
| -rw-r--r-- | func/minion/modules/echo.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/func/minion/modules/certmaster.py b/func/minion/modules/certmaster.py index c30a39c..7237ffa 100644 --- a/func/minion/modules/certmaster.py +++ b/func/minion/modules/certmaster.py @@ -15,7 +15,7 @@ # our modules import func_module -from func import certmaster as certmaster +import certmaster.certmaster as certmaster # ================================= diff --git a/func/minion/modules/echo.py b/func/minion/modules/echo.py index 31ecf5f..97afe42 100644 --- a/func/minion/modules/echo.py +++ b/func/minion/modules/echo.py @@ -1,5 +1,6 @@ """ Test module for rendering funcweb +(We can remove this module once other modules are instrumented) """ import func_module |
