Re: [Puppet Users] Classes and Inheritence

2010-09-29 Thread Matt Wallace
On Wednesday 29 Sep 2010 08:15:08 Felix Frank wrote: > On 09/28/2010 06:20 PM, Disconnect wrote: > > You need to include or inherit the class that defines the service before > > you can notify it. (Or just redefine the service in the other module.) > > > > There is no link between smtpexternal and

Re: [Puppet Users] Classes and Inheritence

2010-09-29 Thread Felix Frank
On 09/28/2010 06:20 PM, Disconnect wrote: > You need to include or inherit the class that defines the service before you > can notify it. (Or just redefine the service in the other module.) > > There is no link between smtpexternal and smtp. To clarify: Nesting a class inside another lexically do

Re: [Puppet Users] Classes and Inheritence

2010-09-28 Thread Disconnect
You need to include or inherit the class that defines the service before you can notify it. (Or just redefine the service in the other module.) There is no link between smtpexternal and smtp. On Tue, Sep 28, 2010 at 12:15 PM, Matt Wallace wrote: > > Hi all, > > I'm going out of my mind trying to

[Puppet Users] Classes and Inheritence

2010-09-28 Thread Matt Wallace
Hi all, I'm going out of my mind trying to get my head around inheritance in Puppet 0.25. I have a module named smtp which contains a number of classes for setting up the various configurations that we have for SMTP Servers based on Exim. I have a class called SMTP which has a service defined