On 21 January 2011 22:35, Peter Berghold <salty.cowd...@gmail.com> wrote: > Observe the following code sniget: [...] > file { > nagios-ssh-key : > path => "/home/nagios/.ssh/authorized_keys", > owner => "nagios", group => "nagios", mode => 0600, > source => "puppet://puppet/ssh-keys/nagios/authorized_keys" > } [...] > > OK... so what am I missing?
Hello Peter, I think you intended puppet:/// instead of puppet:// "All puppet file server URIs are structured as follows: puppet://{server hostname (optional)}/{mount point}/{remainder of path} If a server hostname is omitted (i.e. puppet:///{mount point}/{path}; note the triple-slash), the URI will resolve to whichever server the evaluating node considers to be its master." http://docs.puppetlabs.com/guides/file_serving.html -Naresh. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.