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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
It''s my fault =( I haeded wrong directive at auth.conf path / auth any #allow * When i uncommented it, i can download directory recursively. вторник, 18 сентября 2012 г., 17:04:32 UTC+4 пользователь itJunky написал:> > 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/-/4aprLY5H6pQJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Reasonably Related Threads
- Thinking Sphinx and Ransack in the same application?
- [EXTERNAL] Re: Simulation of load-store forwarding with MI scheduler on AArch64
- puppet master REST API returns 403 when running under passenger works when running from command line
- puppet 2.7.11 + ruby 1.9.3 + passenger
- Failed to generate additional resources using 'eval_generate': end of file reached