Skip to content

Commit

Permalink
Merge pull request #100 from Dan33l/attempt_to_redefine_entity
Browse files Browse the repository at this point in the history
search manifests in manifests directory
  • Loading branch information
Dan33l authored Feb 8, 2019
2 parents b6c4b42 + 14aa570 commit a9cd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet-syntax/tasks/puppet-syntax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def filelist(paths)
end

def filelist_manifests
filelist("**/*.pp")
filelist("**/manifests/**/*.pp")
end

def filelist_templates
Expand Down

0 comments on commit a9cd1e5

Please sign in to comment.