Commit 7666bde6 by Brian Coca

updated hashi_vault to new listify, added to changelog

parent 4399ddc7
......@@ -154,6 +154,7 @@ New Inventory scripts:
New Lookups:
* credstash
* hashi_vault
* ini
Other Notable Changes:
......
......@@ -73,9 +73,6 @@ class LookupModule(LookupBase):
def run(self, terms, variables, **kwargs):
if isinstance(terms, basestring):
terms = [ terms ]
vault_args = terms[0].split(' ')
vault_dict = {}
ret = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment