]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#8665) Change type from append_line to whole_line
authorDan Bode <dan@puppetlabs.com>
Wed, 27 Jul 2011 22:28:44 +0000 (15:28 -0700)
committerDan Bode <dan@puppetlabs.com>
Wed, 27 Jul 2011 22:28:44 +0000 (15:28 -0700)
commit4540949d96608c6ff7eed07d53294337446fbead
treed56d4f7d2723f2b83fed621fbc097aa5a552ed33
parent9560b6336cc983b65aaff909f4fb2e983dfd7012
(#8665) Change type from append_line to whole_line

Changed the type name from append_line to
whole_line.

After feedback that having a type with a verb in
the name was confusing.
lib/puppet/provider/whole_line/ruby.rb [moved from lib/puppet/provider/append_line/ruby.rb with 82% similarity]
lib/puppet/type/whole_line.rb [moved from lib/puppet/type/append_line.rb with 85% similarity]
spec/unit/puppet/provider/whole_line/ruby_spec.rb [moved from spec/unit/puppet/provider/append_line/ruby_spec.rb with 86% similarity]
spec/unit/puppet/type/append_line_spec.rb [deleted file]
spec/unit/puppet/type/whole_line_spec.rb [new file with mode: 0644]
tests/whole_line.pp [moved from tests/append_line.pp with 58% similarity]