Re: [Puppet Users] Re: Puppet unable to find a defined resource.

2011-09-12 Thread Paul Nguyen
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

Re: [Puppet Users] Re: Puppet unable to find a defined resource.

2011-09-02 Thread Paul Nguyen
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