On Wed, Aug 25, 2010 at 1:40 PM, jimmy <
jimmy...@gmail.com> wrote:
>
> Hi,
>
> I am working my way through the sample rollout.cfg and have
> encountered a few problems. So far this is what I have found.
Thanks for letting me know.
> in the file steps/050-users
>
> 29 # Now all the users
> 30 if (i_should("users")) {
> 31 v "Checking groups: ". join(" ", keys %users);
>
> in line 31, it should be v "Checking users: "
Fixed.
> Note line number 63 , it says user => However in steps/050-
> users
>
> 8 my %groups = flatten_hash(c("$hostname/group"));
> 9 my %users = flatten_hash(c("$hostname/users"));
>
> in line 9 it should be $hostname/user" . With this correction
> user account creation works.
Fixed.
Thanks, the latest source at
http://github.com/dparrish/rollout has these fixes.