summaryrefslogtreecommitdiff
path: root/tests/append_line.pp
blob: f50a833244988c2245bd286a72f7361dfefd28fb (plain)
1
2
3
4
5
6
7
file { '/tmp/dansfile':
  ensure => present
}->
append_line { 'dans_line':
  line => 'dan is awesome',
  #path => '/tmp/dansfile',
}