tesysuser and should be referenced by
> virtual::createsysuser and not just createsysuser when it is used in
> accounts::appaccts.
>
> Cheers,
>
> On Sep 2, 7:28 pm, Paul Nguyen wrote:
> > I'm also seeing the same problem I believe.
> >
> > I'm running
I'm also seeing the same problem I believe.
I'm running on the following
puppet 2.7.3
ruby 1.8.5
centos 5
I have a defined resource in the module called accounts
class accounts::virtual {
define createsysuser ($val) {
...
}
}
In another class in the same module, I have