Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread David Schmitt
On 2014-07-22 00:28, Nan Liu wrote: On Mon, Jul 21, 2014 at 2:30 PM, John Bollinger mailto:john.bollin...@stjude.org>> wrote: On Monday, July 21, 2014 3:32:47 PM UTC-5, Nan Liu wrote: Similar to the discussion of collect resources realize + override, I wish the metaparamet

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread Nan Liu
On Mon, Jul 21, 2014 at 2:30 PM, John Bollinger wrote: > > > On Monday, July 21, 2014 3:32:47 PM UTC-5, Nan Liu wrote: > >> Similar to the discussion of collect resources realize + override, I wish >> the metaparameters weren't magically passed to the resources, and we could >> choose to use them

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread John Bollinger
On Monday, July 21, 2014 3:32:47 PM UTC-5, Nan Liu wrote: > > Similar to the discussion of collect resources realize + override, I wish > the metaparameters weren't magically passed to the resources, and we could > choose to use them and pass the behavior on as needed. > > Sadly, it's not that

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread John Bollinger
On Monday, July 21, 2014 3:32:47 PM UTC-5, Nan Liu wrote: > > > https://github.com/erwbgy/puppet-system/blob/master/manifests/packages.pp > > Oh, I see. The class declares its *own* parameter 'schedule'. Given that I'm not sure offhand what the semantics of that will -- or even *should* -- b

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread John Bollinger
On Monday, July 21, 2014 3:00:11 PM UTC-5, Andy Parker wrote: > > On Mon, Jul 21, 2014 at 10:37 AM, Nan Liu > > wrote: > >> I'm using puppet-system module and the usage of the schedule >> metaparameter is generating a large amount of warnings similar to the one >> below (about 30 lines): >> >>

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread Nan Liu
On Mon, Jul 21, 2014 at 1:00 PM, Andy Parker wrote: > On Mon, Jul 21, 2014 at 10:37 AM, Nan Liu wrote: > >> I'm using puppet-system module and the usage of the schedule >> metaparameter is generating a large amount of warnings similar to the one >> below (about 30 lines): >> >> Warning: schedule

Re: [Puppet-dev] Metaparam Warning

2014-07-21 Thread Andy Parker
On Mon, Jul 21, 2014 at 10:37 AM, Nan Liu wrote: > I'm using puppet-system module and the usage of the schedule metaparameter > is generating a large amount of warnings similar to the one below (about 30 > lines): > > Warning: schedule is a metaparam; this value will inherit to all contained > re

[Puppet-dev] Metaparam Warning

2014-07-21 Thread Nan Liu
I'm using puppet-system module and the usage of the schedule metaparameter is generating a large amount of warnings similar to the one below (about 30 lines): Warning: schedule is a metaparam; this value will inherit to all contained resources in the system::sysconfig::puppet definition In t