On Thu, Mar 22, 2012 at 13:02, jcbollinger <john.bollin...@stjude.org>wrote:
> > > - NOTE: I am adding and removing the #includedir line for testing... > > > > What needs to be changed to get this to work? > > > Have you considered using sed instead of perl? It's lighter-weight > and very good at this sort of thing. > > Personally, however, I would be looking at using a File resource to > manage the *whole file* instead of filtering out a few lines. > > > John > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > John I was hoping to use the File resource to deal with the whole file but the man in charge says no...My goal was for /etc/sudoers to contain the basics plus the includedir directive then all else would be managed from /etc/sudoers.d but that won't be happening. I have seen some sed options but this one does seem to work on anything not starting with a '#' so we are going with it...Plus a single define for both adding and removing lines is not a bad thing. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.