On Nov 12, 2:35 am, Peter Meier wrote:
> > Which seems odd because the user's account and home directory do
> > exist. In this example, the puppet client and puppetmaster are the
> > same machine. I can reproduce the problem with a second machine as the
> > client, as well.
>
> do exists, means t
> Are you using 0.25? Then you might also hit a current bug where traling
> slashes are stripped of but not in relationships. So you might want to
> change File["${homeroot}/$name/"], to File["${homeroot}/$name"],
ftr: http://projects.reductivelabs.com/issues/2675
cheers pete
--~--~-~--
> Which seems odd because the user's account and home directory do
> exist. In this example, the puppet client and puppetmaster are the
> same machine. I can reproduce the problem with a second machine as the
> client, as well.
do exists, means that you have an actual file-resource managing it? I