summaryrefslogtreecommitdiff
path: root/tests/file_line.pp
blob: eea693e15ecc72f108c246144db983aabb6d3253 (plain)
1
2
3
4
5
6
7
8
9
# This is a simple smoke test
# of the file_line resource type.
file { '/tmp/dansfile':
  ensure => present
}->
file_line { 'dans_line':
  line => 'dan is awesome',
  path => '/tmp/dansfile',
}