1 2 3 4 5 6 7
file { '/tmp/dansfile': ensure => present }-> append_line { 'dans_line': line => 'dan is awesome', #path => '/tmp/dansfile', }