diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-05-15 17:28:59 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-05-15 17:28:59 -0400 |
commit | c5b06f9bbca7acc491560c92a73d7e2a153fe0a7 (patch) | |
tree | 239d09f3f93f35d3fc79f28499e19b65756ab982 /lib/puppet/type | |
parent | 430d821ad3bc6828b9c0bc1ddf5967fdd4b4d66b (diff) | |
download | puppet-stdlib-c5b06f9bbca7acc491560c92a73d7e2a153fe0a7.tar.gz puppet-stdlib-c5b06f9bbca7acc491560c92a73d7e2a153fe0a7.tar.bz2 |
Revert "Merge pull request #256 from stbenjam/2571-before"
This reverts commit 8499ebdb7f892f2623295058649c67a5553d4732, reversing
changes made to 08b00d9229961d7b3c3cba997bfb35c8d47e4c4b.
Diffstat (limited to 'lib/puppet/type')
-rw-r--r-- | lib/puppet/type/file_line.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/puppet/type/file_line.rb b/lib/puppet/type/file_line.rb index bc6745f..323fc4c 100644 --- a/lib/puppet/type/file_line.rb +++ b/lib/puppet/type/file_line.rb @@ -46,10 +46,6 @@ Puppet::Type.newtype(:file_line) do desc 'An optional value used to specify the line after which we will add any new lines. (Existing lines are added in place)' end - newparam(:before) do - desc 'An optional value used to specify the line before which we will add any new lines. (Existing lines are added in place)' - end - newparam(:line) do desc 'The line to be appended to the file located by the path parameter.' end |