Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hard-coded valid eauth backends
We can't easily guess possible valid values here since new backend modules can be easily added outside from the modules that ship with the core Salt distribution. That said, if the user doesn't provide a value here optparse will just grab anything the comes next, even another valid flag (is that right?) so it would be nice to have some kind of validation here...
- Loading branch information