Skip to content

Commit 468b082

Browse files
author
Helen
authored
Merge pull request #623 from tphoney/modules-3407
(modules-3407) documenting after can take a regex
2 parents 160a357 + 1b36d54 commit 468b082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/puppet/type/file_line.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
end
8484

8585
newparam(:after) do
86-
desc 'An optional value used to specify the line after which we will add any new lines. (Existing lines are added in place)'
86+
desc 'An optional value used to specify the line after which we will add any new lines. (Existing lines are added in place)' +
87+
' This is also takes a regex.'
8788
end
8889

8990
newparam(:line) do

0 commit comments

Comments
 (0)