On 03/28/2011 05:04 PM, tigreton wrote: > Ahm okok. I want to create a file. So i will use content. Thanks >> you've been given confusing information.
Reviewing my response, I should have elaborated a bit myself. If you specify content, be aware that puppet will overwrite whatever you put into the file with what you specify here. On the other hand, if you use source, puppet will overwrite the file with what it finds at the locations specified as source (a URL like puppet:///path/to/file/on/master or file://path/to/file/on/client). If you don't want puppet to change the contents of the file, but do create the file if it is not there, you must not use content nor source. I hope that makes it more clear. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
