On Oct 19, 2010, at 2:11 PM, Jesse Wolfe wrote: > > > puppet resource / recurse=1 > > and produced a list of the existing files in /. > > I believe that Dan opened a ticket a couple months ago that we should be able > to pass parameters that way - right now, the command line only works for > setting attributes on a resource that you can find using the title. > I'm not sure what else would have to change to have it find *multiple* > resources with a parameter - it seems like it might be a larger problem than > suggested by this example.
This is actually only changing a single resource -- File[/]. It's just calling 'generate' on the result. :) -- As a general rule, don't solve puzzles that open portals to Hell. --------------------------------------------------------------------- Luke Kanies -|- http://puppetlabs.com -|- +1(615)594-8199 -- 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.
