Commit 45bdda24 by Evan Duffield

added region to spec

parent 637a6c56
......@@ -244,7 +244,8 @@ def main():
wait_timeout = dict(default=300),
description = dict(default=""),
no_reboot = dict(default=True, type="bool"),
state = dict(default='present')
state = dict(default='present'),
region = dict()
)
)
......
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