Make the default an empty string

Seems a bit strange I have to set a default in two locations.
reviewable/pr18780/r1
Dag Wieers 12 years ago
parent 6f6559670f
commit a2a04f3b6d

@ -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=''),
)
)

Loading…
Cancel
Save