Open ari opened 3 years ago
If you quote it, does it work?
salt-call poudriere.delete_jail '"12"'
# salt-call poudriere.is_jail '13'
local:
False
# salt-call poudriere.is_jail "'13'"
local:
True
# salt-call poudriere.is_jail '"13"'
local:
True
Description poudriere.delete_jail does not work in some situations
Setup
Steps to Reproduce the behavior
Let's get a list of jails.
Now delete one.
Strange error message, and nothing happened.
Looks like the problem might be the jail is just digits.
Expected behavior A clear and concise description of what you expected to happen.
Versions Report