Skip to content

Commit 06c99d2

Browse files
author
jordanbreen28
committed
(bug) - Include function dir in module builds
Add missing function dir to module builds.
1 parent 1b33adc commit 06c99d2

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
@@ -19,6 +19,7 @@ class Builder
1919
'!/data/**',
2020
'!/docs/**',
2121
'!/files/**',
22+
'!/functions/**',
2223
'!/hiera.yaml',
2324
'!/lib/**',
2425
'!/locales/**',

0 commit comments

Comments
 (0)