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

reviewable/pr18780/r1
Indrajit Raychaudhuri 8 years ago committed by René Moser
parent 7ffd42f727
commit 99763bc91d

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

Loading…
Cancel
Save