I suspect you're hitting #3910, or a variant. It's possible for the
master and client to disagree on the clients environment. The client
will always request file paths based on it's concept of environment,
regardless of what the master/catalog/external node classifier
defines.

Remove $environment from your source parameters, it's already baked in
to the actual request URI. On your puppet clients try to specify the
desired environment:  'puppet agent -t --environment pax_prod'
If that works a template for puppet.conf with something like this may
help:
[main]
  environment = <%= $environment %>


If that's not the issue I'd look at fileserver.conf or access.conf
settings next.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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