solved thank you

On Wednesday, January 15, 2014 2:15:00 PM UTC-7, Vassiliy Vins wrote:
>
> Hi!
>
> I've created 2 files:
>
> file *test.pp* with code :
>
> class copy {
>
> file {"testfile":
> path => "/home/vassiliy/myfile",
> source => "puppet:///mpoint/client1/testfile",
> mode => '644'
> }
> }
>
> and file site.pp wuth code:
>
> import "test.pp"
>
> node client1 {
> include copy
> }
>
> in fileserver.conf was created section like:
>
> [mpoint]
>
> path /etc/puppet/files
> allow *
>
> file *testfile* is in folder /etc/puppet/files/client1/
>
> I got on client1    /var/log/messages  next:
>
> ERROR 400 on SERVER: Not authorized to call find on 
> /file_metadata/client1/testfile with {:links => "manage"}
>
> Any ideas, why? where to look at? thnx
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/b43b1b68-b81d-4cc2-8bb7-3390426e5cf4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to