In manifest i have this instruction:

   file { "/etc/apache2":
        owner => root,
        group => root,
        mode => 740,
        recurse => true,
        source => "puppet:///dist/apache2"
    } 
By syntax its right, but on client i see error:
err: /Stage[main]/Testing170/File[/etc/apache2]: Failed to generate 
additional resources using 'eval_generate: Error 403 on SERVER: Forbidden 
request: puppet-client(192.168.200.170) access to 
/file_metadata/dist/apache2 [search] authenticated  at line 117    

In /etc/puppet/fileserver.conf i have it:
[dist]
  path /usr/lib/puppet/dist
  allow *
And it is right by syntax and system path.

Why i have error?

If i try download only one file its work fine, but directory not download.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/0OnOqRxtoo0J.
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.

Reply via email to