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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/eecbeecc-ff52-40f5-9af5-abe3eae5aba6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.