commit | 048e50f7d3712962667318187433082437f7484b | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Tue Oct 28 15:47:14 2014 +0100 |
committer | martin f. krafft <madduck@madduck.net> | Tue Oct 28 15:47:14 2014 +0100 |
tree | 05443e1712e32b025ddcd134e02297bf0acbf833 | |
parent | 426437d8af16aeeb18f2e1454129c9207e9a02f4 [diff] |
Revert "Update reclass cli entry points, use the logger from reclass.logger" This reverts commit 67bde40603a51daddffad3e62b5143d97e0c376a, which introduces two problems: First, the Salt adapter's logger import is wrong Second, it instantiates the command-line parser with reclass defaults, not with defaults of the adapters, so that the Salt adapter e.g. doesn't take --top anymore.