I am having grief with another directory -- almost identical set up as
previous message.  This time I am getting

err: /Stage[main]/Monitor/File[/home/snort/conf/pp]: Failed to
generate additional resources using 'eval_generate': Error 400 on
SERVER: Not authorized to call search on /file_metadata/monior/pp/dmzo
with {:recurselimit=>2, :recurse=>true, :links=>"follow"}
err: /Stage[main]/Monitor/File[/home/snort/conf/pp]: Failed to
retrieve current state of resource: Error 400 on SERVER: Not
authorized to call find on /file_metadata/monior/pp/dmzo Could not
retrieve file metadata for puppet:///monior/pp/dmzo: Error 400 on
SERVER: Not authorized to call find on /file_metadata/monior/pp/dmzo
at /etc/puppet/modules/monitor/manifests/init.pp:38

>From monitor/manifests/init.pp:

     "/home/snort/conf/pp":
        owner => 'snort',
        group => 'snort',
        source => "puppet:///monior/pp/$master",
        links => follow,
        recurse => true,
        recurselimit =>1,
        ensure => directory;
as can be seen $master is being interpolated as 'dmzo' as it should
be.

from /etc/puppet:

lrwxrwxrwx 1 root root 37 Nov 18 15:02 modules/monitor/files/pp/dmzo -
> /home/sensors/Sensors/masters/dmzo/pp
[rful...@secpupprd01 puppet]$ ls -l modules/monitor/files/pp/dmzo/
total 92
-rw-rw-r-- 1 sensors sensors 18379 Nov 18 14:52 disable.conf
-rw-rw-r-- 1 sensors sensors     0 Nov 18 14:52 dropsid.conf
-rw-rw-r-- 1 sensors sensors    65 Nov 18 14:52 enabled.conf
-rw-rw-r-- 1 sensors sensors  2455 Nov 18 14:52 modified.conf
-rw-rw-r-- 1 sensors sensors  2338 Nov 18 14:52 pp.conf
-rw-r--r-- 1 sensors sensors  7886 Nov 18 14:52 pulledpork.conf
-rw-rw-r-- 1 sensors sensors  8763 Nov 18 14:52 snort.conf
-rw-rw-r-- 1 sensors sensors  7864 Nov 18 14:52 test.conf

Any idea what is wrong here?


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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