Issue #1556 has been reported by johnw.
----------------------------------------
Feature #1556: A type and provider for editing /etc/hosts.allow
http://reductivelabs.com/redmine/issues/show/1556
Author: johnw
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Unknown
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
-~----------~----~----~----~------~----~------~--~---