[Puppet Users] "schedule is a metaparam; this value will inherit to all contained resources" ?

2011-03-15 Thread Martijn Grendelman
Hi, I have a type named apt::package, that installs packages on Debian base systems. By default, it sets the schedule to something I defined, to prevent package updates from happening outside maintenance hours. Now, in a specific class, I do this: # This is normally a manual puppet run, so ignor

Re: [Puppet Users] "schedule is a metaparam; this value will inherit to all contained resources" ?

2011-03-15 Thread Nigel Kersten
On Tue, Mar 15, 2011 at 6:14 AM, Martijn Grendelman wrote: > Hi, > > I have a type named apt::package, that installs packages on Debian base > systems. By default, it sets the schedule to something I defined, to > prevent package updates from happening outside maintenance hours. > > Now, in a spec