Brad.
Using the virtual::createsysuser worked.
Thanks again,
Paul
On Wed, Sep 7, 2011 at 1:11 PM, Brad Krane wrote:
> Paul,
>
> I'm not exactly sure, but from your class setup it looks like the
> createsysuser resource would have the full scope of
> accounts::virtual::createsysuser and should
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