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

This commit is contained in:
Indrajit Raychaudhuri 2016-08-10 01:50:53 -05:00 committed by René Moser
parent 7ffd42f727
commit 99763bc91d

View file

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