forked from bruce/puppet-vcsrepo
-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Labels
Description
Use Case
Is it possible to add support of Git LFS and pull some or all files managed by Git LFS.
Describe the Solution You Would Like
Add an option for the Git provider to enable the LFS checkout, while true will checkout all files and if it's a list, this will checkout specified files (filenames or patterns).
Describe Alternatives You've Considered
Actually, I do this with an exec
and a notify
.
arndkeyz