----- "Markus Falb" <markus.f...@fasel.at> wrote: > Hi, > > I try to serve a file > > file { "/root/test3.txt": > ensure => file, > source => "puppet:///yum/test.txt", > } > > On the puppetmaster this files look like this > > #$ ls -n test.txt > -rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt > > Finally, here is my question: What ownership may I expect on the > resulting file ?
Do not rely on this behavior, specify the owner and mode in your file{} resources. That is the only reliable way. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.