Rodolfo Pilas
2012-Oct-12 16:21 UTC
[Puppet Users] Error: Not authorized to call find on /file_metadata/files
I installed puppet 3.0.0 and seen that all my servers were unable to update files anymore. I transform allow IP to allow_ip IP at fileserver.conf without success. I also try to find solution i.e. here http://pil.as//1w === fileserver.conf [files] path /etc/puppet/files allow master.fulldomain allow_ip 192.168.0.0/24 === auth.conf path /file allow * allow_ip 192.168.1.0/24 And I have just upgrade to puppet 3.0.1 but I continue with: Error: Not authorized to call find on /file_metadata/files Can you tell me any suggestion to solve this issue ? --- Rodolfo Pilas http://www.pilas.net @ysidorito -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thomas Bendler
2012-Oct-12 17:06 UTC
Re: [Puppet Users] Error: Not authorized to call find on /file_metadata/files
Hi Rodolfo, 2012/10/12 Rodolfo Pilas <r@pil.as>> [...] > Error: Not authorized to call find on /file_metadata/files > Can you tell me any suggestion to solve this issue? >how do specify your files? With 3.x I had to change my calls from: puppet:://puppetservername/modulename/file to puppet:///modules/modulename/file This solved my occurence of the file_metadata error. Regards, Thomas -- Linux ... enjoy the ride! -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Rodolfo Pilas
2012-Oct-12 17:16 UTC
Re: [Puppet Users] Error: Not authorized to call find on /file_metadata/files
Thomas, understand that my my calls are ok, like this one: source => "puppet:///files/ntp/ntp.conf", Thanks, Rodolfo El viernes, 12 de octubre de 2012 15:07:19 UTC-2, thbe escribió:> > Hi Rodolfo, > > 2012/10/12 Rodolfo Pilas <r...@pil.as <javascript:>> > >> [...] >> Error: Not authorized to call find on /file_metadata/files >> Can you tell me any suggestion to solve this issue? >> > > how do specify your files? With 3.x I had to change my calls from: > > puppet:://puppetservername/modulename/file > > to > > puppet:///modules/modulename/file > > This solved my occurence of the file_metadata error. > > Regards, Thomas > -- > Linux ... enjoy the ride! > >-- 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/-/CrlwremHxvIJ. 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.
Josh Cooper
2012-Oct-12 19:13 UTC
Re: [Puppet Users] Error: Not authorized to call find on /file_metadata/files
Hi Rodolfo, On Fri, Oct 12, 2012 at 10:16 AM, Rodolfo Pilas <rpilas@pil.as> wrote:> Thomas, understand that my my calls are ok, like this one: > > source => "puppet:///files/ntp/ntp.conf", > > Thanks, Rodolfo > > > El viernes, 12 de octubre de 2012 15:07:19 UTC-2, thbe escribió: >> >> Hi Rodolfo, >> >> 2012/10/12 Rodolfo Pilas <r...@pil.as> >> >>> [...] >>> Error: Not authorized to call find on /file_metadata/files >>> Can you tell me any suggestion to solve this issue? >> >> >> how do specify your files? With 3.x I had to change my calls from: >> >> puppet:://puppetservername/modulename/file >> >> to >> >> puppet:///modules/modulename/file >> >> This solved my occurence of the file_metadata error. >> >> Regards, Thomas >> -- >> Linux ... enjoy the ride! >> > -- > 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/-/CrlwremHxvIJ. > > 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.The fileserver parser has not been updated to accept `allow_ip` statements. See http://projects.puppetlabs.com/issues/16686 Josh -- Josh Cooper Developer, Puppet Labs -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
shoerner
2012-Oct-15 20:02 UTC
Re: [Puppet Users] Error: Not authorized to call find on /file_metadata/files
Thank you for this! I just found this thread while trying to deal with the exact same problem (for a few days now). Changed the configuration and suddenly it works. On Friday, October 12, 2012 3:13:41 PM UTC-4, Josh Cooper wrote:> > Hi Rodolfo, > > On Fri, Oct 12, 2012 at 10:16 AM, Rodolfo Pilas <rpi...@pil.as<javascript:>> > wrote: > > Thomas, understand that my my calls are ok, like this one: > > > > source => "puppet:///files/ntp/ntp.conf", > > > > Thanks, Rodolfo > > > > > > El viernes, 12 de octubre de 2012 15:07:19 UTC-2, thbe escribió: > >> > >> Hi Rodolfo, > >> > >> 2012/10/12 Rodolfo Pilas <r...@pil.as> > >> > >>> [...] > >>> Error: Not authorized to call find on /file_metadata/files > >>> Can you tell me any suggestion to solve this issue? > >> > >> > >> how do specify your files? With 3.x I had to change my calls from: > >> > >> puppet:://puppetservername/modulename/file > >> > >> to > >> > >> puppet:///modules/modulename/file > >> > >> This solved my occurence of the file_metadata error. > >> > >> Regards, Thomas > >> -- > >> Linux ... enjoy the ride! > >> > > -- > > 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/-/CrlwremHxvIJ. > > > > To post to this group, send email to puppet...@googlegroups.com<javascript:>. > > > To unsubscribe from this group, send email to > > puppet-users...@googlegroups.com <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/puppet-users?hl=en. > > The fileserver parser has not been updated to accept `allow_ip` > statements. See http://projects.puppetlabs.com/issues/16686 > > Josh > > -- > Josh Cooper > Developer, Puppet Labs >-- 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/-/OAD-sSUbLwIJ. 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.