added region to spec

reviewable/pr18780/r1
Evan Duffield 11 years ago
parent 200f69f9d5
commit dcc850dccf

@ -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()
)
)

Loading…
Cancel
Save