[Puppet Users] How extend a module

2015-06-10 Thread Albert Shih
Hi, I would like to known if it's possible to extend a module without touching the module. I mean let's take sample : If I want use apache (from puppetlabs) but each time I create a vhost with apache::vhost { 'thing' : } i want also add a nagios check on my nagios server. For

Re: [Puppet Users] How extend a module

2015-06-10 Thread Ramin K
On 6/10/15 1:03 PM, Albert Shih wrote: Hi, I would like to known if it's possible to extend a module without touching the module. I mean let's take sample : If I want use apache (from puppetlabs) but each time I create a vhost with apache::vhost { 'thing' : } i want

Re: [Puppet Users] How extend a module

2015-06-10 Thread Angel L. Mateo
El 10/06/15 a las 22:03, Albert Shih escribió: Hi, I would like to known if it's possible to extend a module without touching the module. I mean let's take sample : If I want use apache (from puppetlabs) but each time I create a vhost with apache::vhost { 'thing' : } i