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

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

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