puppetlabs-stdlib/tests/whole_line.pp
Dan Bode 4540949d96 (#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.
2011-07-27 15:28:44 -07:00

7 lines
131 B
Puppet

file { '/tmp/dansfile':
ensure => present
}->
whole_line { 'dans_line':
line => 'dan is awesome',
path => '/tmp/dansfile',
}