master
Raw Download raw file
1file {'testfile':
2    path    => '/tmp/testfile',
3    ensure  => present,
4    mode    => 0640,
5    content => "Hello Puppet World \n test \t file \t ftw",
6}