Re: [Solved] [Puppet Users] Puppet throws error when evaluating block after statement

2011-11-21 Thread Evan Hisey
> > We found, that we had some hidden, invisible characters in that line. > Neither vim nor nano showed those characters. > > Problem is solved by removing and retyping the affected lines. > > Kind regards, > > Martin > > Not a completely uncommon issue for some reason. I have encountered it a few

[Solved] [Puppet Users] Puppet throws error when evaluating block after statement

2011-11-17 Thread Martin Alfke
On 17.11.2011, at 14:49, jcbollinger wrote: > > > On Nov 17, 2:18 am, Martin Alfke wrote: >> Hi, >> >> using the following manifests inside a module: >> >> define base_users::usermanagement($gid='', $uid='', $groups='', $comment='', >> $home='', $ensure=present) { >> >> if ($commen