hi! all,

the following regex fails for a mount point definition

[palms]
path /apps/puppet/projects/palms/%h
allow /^bangvmplmpalm([0-1][0-4,9]).example.com$/

here's the logs

./puppet.log-20130120:Thu Jan 17 19:17:21 +0530 2013 
/Stage[main]//Node[bangvmplmpalm11.example.com]/File[/etc/httpd/dispatcher/dispatcher.any]
 
(err): Could not evaluate: Error 400 on SERVER: Not authorized to call find 
on /file_metadata/palms/dispatcher.any Could not retrieve file metadata for 
puppet:///palms/dispatcher.any: Error 400 on SERVER: Not authorized to call 
find on /file_metadata/palms/dispatcher.any
./puppet.log-20130120:Thu Jan 17 19:17:21 +0530 2013 
/Stage[main]//Node[bangvmplmpalm11.example.com]/File[/etc/httpd/dispatcher-vhost/dispatcher-vhost.conf]
 
(err): Could not evaluate: Error 400 on SERVER: Not authorized to call find 
on /file_metadata/palms/dispatcher-vhost.conf Could not retrieve file 
metadata for puppet:///palms/dispatcher-vhost.conf: Error 400 on SERVER: 
Not authorized to call find on /file_metadata/palms/dispatcher-vhost.conf

when I test it on rubular or any other ruby based regex test with the 
string bangvmplmplam09 to bangvmplmpalm14 it shows mathces, nopt sure if it 
is a regex problem or puppet. Please advice on what might be going wrong.


-- 
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/-/yhuQ8RvM6GIJ.
To post to this group, send email to puppet-users@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