On Fri, 2009-06-19 at 13:09 -0700, Pratod wrote: > I am writing a new type to handle files like sysctl.conf that are > basically name value pairs. Being new to both ruby and Puppet, I know > am doing something ridiculous.
Have a look at Augeas[1] and the augeas type in puppet - that does already what you want to do; a nice project in the same vein as what you were intending to do is switch some of the existing providers to use Augeas in the backend (or, even better, add new types and providers) David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
