Skip to content

Commit 4b3d59a

Browse files
Merge pull request #100 from puppetlabs/bug-add_lib_dir_to_build
(bug) - Add lib dir to built modules
2 parents 979844e + 7dc1e1a commit 4b3d59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/modulebuilder/builder.rb

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Builder
2020
'!/docs/**',
2121
'!/files/**',
2222
'!/hiera.yaml',
23+
'!/lib/**',
2324
'!/locales/**',
2425
'!/manifests/**',
2526
'!/metadata.json',

0 commit comments

Comments
 (0)