i.e. instead of ```file { '/path/on/client/myfile....
# puppet
l
i.e. instead of
Copy code
file { '/path/on/client/myfile.txt':
  ensure => file,
  source => 'puppet:///modules/mymodule/myfile.txt',
}
something like
Copy code
file { '/foo_user/foobar/foo.txt':
    ensure => file,
    source => '/new_user/foobar/foo.txt',
  }