From 1b36d540fde3f149bd2738384ad9065bd7f6c4bb Mon Sep 17 00:00:00 2001 From: tphoney Date: Tue, 19 Jul 2016 17:02:42 +0100 Subject: (modules-3407) documenting after can take a regex --- lib/puppet/type/file_line.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/type/file_line.rb b/lib/puppet/type/file_line.rb index a02b514..6f5c188 100644 --- a/lib/puppet/type/file_line.rb +++ b/lib/puppet/type/file_line.rb @@ -83,7 +83,8 @@ Puppet::Type.newtype(:file_line) do end newparam(:after) do - desc 'An optional value used to specify the line after which we will add any new lines. (Existing lines are added in place)' + desc 'An optional value used to specify the line after which we will add any new lines. (Existing lines are added in place)' + + ' This is also takes a regex.' end newparam(:line) do -- cgit v1.2.3