Re: [Puppet Users] module can't find other modules

2011-12-06 Thread Aaron Grewell
Hi Berry, create_resources doesn't have an init.pp so you can't 'include' it AFAIK. As long as you've enabled pluginsync you shouldn't have to include it, it should just work. On Tue, Dec 6, 2011 at 12:13 PM, Berry Sizemore wrote: > I have these three modules with the following structure: > > |-

[Puppet Users] module can't find other modules

2011-12-06 Thread Berry Sizemore
I have these three modules with the following structure: |-- modules | |-- create_resources | | |-- LICENSE | | |-- Modulefile | | |-- README | | |-- lib | | | `-- puppet | | | `-- parser | | | `-- functions | | | `-- create_resourc