On Wed, 19 Nov 2008 14:08:51 -0600
Mike Renfro wrote:
>
> On 11/19/2008 4:42 AM, Arnau Bria wrote:
>
> > Yep, after reading a little more (puppet is really complex) I have
> > modified things and now I have dependencies between types.
> > All my modules are, now, "defines", and I have a big cla
On 11/19/2008 4:42 AM, Arnau Bria wrote:
> Yep, after reading a little more (puppet is really complex) I have
> modified things and now I have dependencies between types.
> All my modules are, now, "defines", and I have a big class where I call
> my own definitions and there I set my dependencies
On Tue, 18 Nov 2008 16:47:51 -0800
Paul Lathrop wrote:
Hi Paul,
first, thanks for your reply,
> On Mon, Nov 17, 2008 at 7:56 AM, Arnau Bria <[EMAIL PROTECTED]> wrote:
[...]
> You must define dependencies at the "resource" level (though you can
> also define dependencies on defined types and
On Mon, Nov 17, 2008 at 7:56 AM, Arnau Bria <[EMAIL PROTECTED]> wrote:
> Is this correct? or is better to just include all *pp files in manifest
> dir?
It is a really good idea to start using modules from the very beginning.
> My other question, is posible to add some "dependencies" between
> im