| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Previously we had overlord, minion, modules, and func all at the root of
the source tree. After install these would all be shuffled below func.
Relocated them in the source tree to reflect this.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
exploding (but now ruled safe)
battery correctly.
|
| |
|
|
| |
to recall.
|
| | |
|
| |
|
|
|
|
|
|
| |
return codes assume
the server specification is NOT a glob and return a single value instead of a hash. This minimizes
code when needing to address only one system at a time. The command line will always assume globs are
possible and will not use this shortcut.
|
| |
|
|
| |
to some clever magic with getattr. You have one client object that can address multiples and returns a hash with the results for each machine. Second, results are hashes, not lists, and we are a bit more clever in returning a return code the CLI .. the highest int wins if there's an int, for instance. Still, return codes are relatively meaningless for multi-control ... the true power is in scripting things.
|
| |
|