Add path type in homebrew 'path' option (#2692)

pull/18777/head
Indrajit Raychaudhuri 10 years ago committed by Matt Clay
parent 14476c0e8b
commit 69a3e66460

@ -791,6 +791,7 @@ def main():
path=dict(
default="/usr/local/bin",
required=False,
type='path',
),
state=dict(
default="present",

Loading…
Cancel
Save