[augeas-devel] [PATCH 1/2] 'set' sets multiple elements

David Lutterkort lutter at redhat.com
Mon Mar 22 22:18:24 UTC 2010


On Sun, 2010-03-21 at 11:15 +0100, Frederik Wagner wrote:
> this implements the 'set from array' functionality, there a just two
> litte things:
> - How would I make the 'set_internal' method a private one? It doesn't
> have to be exposed throug the ruby binding, no?

I _think_ you can say 'private :set_internal' in augeas.rb

> - @David: How is the process of patching the puppet augeas provider for this?

The augeas provider is part of the puppet code base and you'd need to
send those patches to puppet. They like to have all the patches in
Redmine - it should be enough for you to upload your patch as a new
Redmine ticket.

The important files to look at there are ./lib/puppet/type/augeas.rb
and ./lib/puppet/provider/augeas/augeas.rb

David





More information about the augeas-devel mailing list