On Thu, 2009-10-08 at 11:01 +0200, Thomas Bellman wrote: > David Lutterkort wrote: > > > These parameters allow loading a file anywhere on the filesystem; using > > them also greatly speeds up processing the resource. > > > > * lib/puppet/type/augeas.rb: add 'incl' and 'lens' parameters; change > > default for 'context' when 'incl' is given. > > * lib/puppet/provider/augeas/augeas.rb: when 'lens' and 'incl' are given, > > only load that file > > Is 'incl' really a good name for that parameter? I think 'file' would > better match its meaning.
Yes, for now, file might be a better name - in the future when people will want include/exclude by globs not so much. Is there a way to make a parameter and alias for another parameter ? I could just make file a synonym for incl. David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
