Issue #1556 has been updated by K DeleteMe. Assignee changed from K DeleteMe to Kelsey Hightower
---------------------------------------- Feature #1556: A type and provider for editing /etc/hosts.allow https://projects.puppetlabs.com/issues/1556 Author: John Wiegley Status: In Topic Branch Pending Review Priority: Normal Assignee: Kelsey Hightower Category: newfeature Target version: Affected Puppet version: 2.7.3 Keywords: Branch: https://github.com/khightower/puppet/tree/feature/master/1556 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://projects.puppetlabs.com/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.
