The use of a class to control Apache is more flexible - it allows you to
encapsulate any common Apache logic into it's own module that your other
classes don't need to worry about.
If you use virtual resources for example and you introduce Debian/Ubuntu
operating systems, you have to go to all your modules that reference
Package[httpd] and introduce logic that installs the Debian equivalent.
On the flip side if you do this in a class, you only have to handle it
in one place.
Using a class for Apache also gives you a place to put common
configuration - maybe in a few months you want every single Apache, no
matter where it is or who runs it, to have mod_status enabled.
On 19/03/12 13:18, Markus Falb wrote:
On 19.3.2012 14:11, jcbollinger wrote:
On Mar 19, 4:29 am, Bernd Adamowicz<bernd.adamow...@esailors.de>
wrote:
You need virtual resources:
Or else factor out the package to a separate class that all the others
include:
But which is better? Is it just a matter of personal preference?
What advantages one gains?
What does need more resources, performance-wise?
--
Luke Bigum
Information Systems
Ph: +44 (0) 20 3192 2520
luke.bi...@lmax.com | http://www.lmax.com
LMAX, Yellow Building, 1A Nicholas Road, London W11 4AN
The information in this e-mail and any attachment is confidential and is
intended only for the named recipient(s). The e-mail may not be disclosed or
used by any person other than the addressee, nor may it be copied in any way.
If you are not a named recipient please notify the sender immediately and
delete any copies of this message. Any unauthorized copying, disclosure or
distribution of the material in this e-mail is strictly forbidden. Any view or
opinions presented are solely those of the author and do not necessarily
represent those of the company.
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To post to this group, send email to puppet-users@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.