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 smtp. > > To clarify: Nesting a class inside another lexically does not imply > inheritance. It can still be worthwile: > > class smtp { > ... > class external inherits smtp { > ... > } > } > > You can then include smtp::external you want the subclass. We have found > this to be a sensible convention.
Thanks both, That now works fine. Kind regards. Matt -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.