Issue #1556 has been updated by jamtur01.

Category set to newfeature
Status changed from Unreviewed to Accepted
Assigned to set to community
Target version set to unplanned
Complexity changed from Unknown to Easy


----------------------------------------
Feature #1556: A type and provider for editing /etc/hosts.allow
http://reductivelabs.com/redmine/issues/show/1556

Author: johnw
Status: Accepted
Priority: Normal
Assigned to: community
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to