Commit 118ccc68 by Dag Wieers

Make the default an empty string

Seems a bit strange I have to set a default in two locations.
parent 6b69b37e
......@@ -265,7 +265,7 @@ def main():
state = dict(choices=['running', 'started', 'stopped', 'restarted', 'reloaded']),
pattern = dict(required=False, default=None),
enabled = dict(choices=BOOLEANS),
arguments = dict(aliases=['args']),
arguments = dict(aliases=['args'], default=''),
)
)
......
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