Skip to content

Commit 6feafe7

Browse files
authored
expanded default search glob for plans.
Expanded default search glob for plans, so that they are found in subfolders of the plans folder as well. Bolt is already able to load plans from subfolders.
1 parent 81a581e commit 6feafe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet-strings.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module PuppetStrings
77
types/**/*.pp
88
lib/**/*.rb
99
tasks/*.json
10-
plans/*.pp
10+
plans/**/*.pp
1111
).freeze
1212

1313
# Generates documentation.

0 commit comments

Comments
 (0)