Commit 30fd37a6 by Michael DeHaan

Merge pull request #1654 from dagwieers/service-None-fix

Make the default an empty string
parents 82f4aef9 118ccc68
......@@ -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