On Tue, 2010-08-24 at 10:40 +0200, Jean-Baptiste Quenot wrote:
> No luck with 2.6.1rc2:
> 
> err: /Stage[main]/Webserver/File[/var/www/company.com/html]: Failed to
> generate additional resources using 'eval_generate': Error 400 on
> SERVER: Fileset paths must be fully qualified
[snippe]
> $ cat fileserver.conf.in
> [conf]
>   path %%CONF%%
>   allow *

To what %%CONF%% expands in your current tests?
Specifically, the line you commented checks that indeed what appears
after the path directive is an absolute path.
Can you do the following, just to check:
1) launch irb
2) enter File.expand_path([type here the value of %%CONF%% in ""])
3) does it look like %%CONF%%?

-- 
Brice Figureau
Follow the latest Puppet Community evolutions on www.planetpuppet.org!

-- 
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