I can add a file param as long as its supported by tcpwrappers. From most docs I have read, the default location is /etc/hosts.allow and / etc/hosts.deny. Not sure if other types such as the "host" type allow this.
Do you know of a way to have tcpwrapper search a different file location? On May 23, 7:43 pm, Sam Rowe <[email protected]> wrote: > On Fri, May 22, 2009 at 11:26 PM, Kelsey Hightower > > <[email protected]> wrote: > > > Puppet::Type.newtype(:tcpwrapper) do > > �...@doc = "Manages tcpwarppers hosts.allow and hosts.deny entries. > > The entry will be placed in /etc/host.allow when 'allow => true' > > or 'deny => false' > > The entry will be placed in /etc/host.deny when 'deny => true' or > > 'allow => false' > > Default action is to append the entry to /etc/host.allow > > This seems really cool. Is there a way to override the allow/deny file > locations? Is there a standard facility for that sort of override in > puppet? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
