Skip to content

Commit

Permalink
Remove incorrect @param tags to satisfy linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Friderici committed Dec 5, 2023
1 parent c679f75 commit 7b05103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/patternfile.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This type represents a Grok pattern file for Logstash.
#
# @param [String] source
# @param source
# File source for the pattern file. eg. `puppet://[...]` or `file://[...]`
#
# @param [String] filename
# @param filename
# Optionally set the destination filename.
#
# @example Define a pattern file.
Expand Down

0 comments on commit 7b05103

Please sign in to comment.