diff options
author | tphoney <tp@puppet.com> | 2016-07-19 17:02:42 +0100 |
---|---|---|
committer | tphoney <tp@puppet.com> | 2016-07-19 17:02:42 +0100 |
commit | 1b36d540fde3f149bd2738384ad9065bd7f6c4bb (patch) | |
tree | eef8e2e2e212086e1047dbfe367cc176181931f4 | |
parent | 160a3571a40c51a17a2109fc876e160e6eab6e14 (diff) |
(modules-3407) documenting after can take a regex
-rw-r--r-- | lib/puppet/type/file_line.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |