Skip to content

Commit 8d95ac9

Browse files
Merge pull request #102 from puppetlabs/bug-add_functions_dir_to_build
(bug) - Include missing function, facts.d and example dirs in module builds
2 parents 1b33adc + ddf6eba commit 8d95ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/puppet/modulebuilder/builder.rb

+3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ class Builder
1818
'!/bolt_plugin.json',
1919
'!/data/**',
2020
'!/docs/**',
21+
'!/examples/**',
22+
'!/facts.d/**',
2123
'!/files/**',
24+
'!/functions/**',
2225
'!/hiera.yaml',
2326
'!/lib/**',
2427
'!/locales/**',

0 commit comments

Comments
 (0)