On 17.12.2009 13:03, R.I.Pienaar wrote:
> hello,
>
>> You can put the stamp file in a class that you include everywhere you
>> need to reference it. That way you can avoid all corner cases (like
>> zero applications). The other resources can be placed into classes or
>> defines without prejudice.
>>
>> The only thing I'm not sure about, is whether notifications
>> (notify/subscribe) would propagate through the stamp file. If you need
>
> I am not sure I see the advantage of this over using a class with the
> actual resources in it? In that case you also would have no problem
> with notifications etc not working, you can just notify the class or
> subscribe to the class and all resources in it will be affected.

Using the separate resource allows one to not care about the location of 
the various other parts. Your solution, if I understand it correctly 
would require to define all services (which are in this case probably 
co-located in a define with the application deployment) within a common 
class. This is sounds unpractical to me.

Regards, DavidS

--

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.


Reply via email to