Issue #1556 has been updated by jamtur01. Assigned to changed from community to khightower
---------------------------------------- Feature #1556: A type and provider for editing /etc/hosts.allow http://projects.reductivelabs.com/issues/1556 Author: johnw Status: Accepted Priority: Normal Assigned to: khightower Category: newfeature Target version: unplanned Complexity: Easy Affected version: 0.24.5 Keywords: At the moment I'm doing something like this: <pre> exec { "allow-ssh": command => "echo 'sshd : ALL' >> /etc/hosts.allow", onlyif => "grep -qv ^sshd /etc/hosts.allow"; } </pre> Would much prefer this: <pre> tcpwrapper { sshd: ensure => allow, # default is to allow hosts => "ALL"; } </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
