On Friday 26 Feb 2010 19:43:22 jcbollinger wrote:
> Come to think of it, the issue of using virtual resources is
> orthogonal to that of overriding resource properties. You don't need
> to make your users virtual to override their parameters, but you do
> need to put the override into a subclass o
Come to think of it, the issue of using virtual resources is
orthogonal to that of overriding resource properties. You don't need
to make your users virtual to override their parameters, but you do
need to put the override into a subclass of the declaring class. Be
sure to include the subclass in
On Feb 25, 6:37 am, Michael Gliwinski wrote:
> Do you define your virtual users in global scope? I.e. in site.pp or in some
> module/class? The reason I'm asking is because I had some trouble overriding
> parameters of resources (even virtual) declared in another class or especially
> a define
On Wednesday 24 Feb 2010 16:33:59 atom wrote:
> On Feb 24, 6:59 am, Rus Hughes wrote:
> > I've got an Apache module and a Nagios module which "require"s the
> > Apache module, in the Nagios module we need to add the apache user to
> > the nagios group, what would be the best most scalable method t
On Feb 24, 6:59 am, Rus Hughes wrote:
> I've got an Apache module and a Nagios module which "require"s the
> Apache module, in the Nagios module we need to add the apache user to
> the nagios group, what would be the best most scalable method to do
> this? Assuming we might have other modules for