Hi, I am running puppet-server 0.25.5 on CentOS 5.4.
I defined a moudle in /etc/puppet/fileserver.conf as below: [files] path /tmp/puppet allow * I also defined a resource in /etc/puppet/manifests/site.pp: file { "/etc/passwd": owner => "root", group => "bin", mode => 644, } file { "/tmp/0909.txt": source => "puppet://192.168.10.10/modules/files/0909.txt" } Then I ran the following command on a puppet client. The group of /etc/ passwd on the client became bin, but I don't see /tmp/0909.txt on the client side. What am I missing here? Thanks. puppetd --onetime -- 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.