Skip to content

Commit 7dc1e1a

Browse files
author
jordanbreen28
committed
(bug) - Add lib dir to built modules
Prior to this commit, the lib dir would be missing from built modules. This meant any types/providers defined in lib/ were not included in the modules, resulting in broken installs.
1 parent 979844e commit 7dc1e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet/modulebuilder/builder.rb

Lines changed: 1 addition & 0 deletions
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)