Skip to content

Commit 7b05103

Browse files
author
Phil Friderici
committed
Remove incorrect @param tags to satisfy linting
1 parent c679f75 commit 7b05103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/patternfile.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This type represents a Grok pattern file for Logstash.
22
#
3-
# @param [String] source
3+
# @param source
44
# File source for the pattern file. eg. `puppet://[...]` or `file://[...]`
55
#
6-
# @param [String] filename
6+
# @param filename
77
# Optionally set the destination filename.
88
#
99
# @example Define a pattern file.

0 commit comments

Comments
 (0)