fruit-bowl/environments/production/thirdparty/stdlib/examples/file_line.pp

10 lines
193 B
ObjectPascal
Raw Permalink Normal View History

2025-04-01 17:40:03 +00:00
# This is a simple smoke test
# of the file_line resource type.
file { '/tmp/dansfile':
ensure => file,
}
-> file_line { 'dans_line':
line => 'dan is awesome',
path => '/tmp/dansfile',
}