Displaying 3 results from an estimated 3 matches for "firewall_".
Did you mean:
firewall
2013 Oct 04
3
Converting augeas snippet to puppet augeas resource
.../table/append[8]/match = "tcp"
# /files/etc/sysconfig/iptables/table/append[8]/protocol = "tcp"
# /files/etc/sysconfig/iptables/table/append[8]/jump = "ACCEPT"
I''d like to convert this to a puppet augeas define. So far, I''ve got this:
define mayo_firewall_insert ($dport, $proto) {
augeas { "firewall_${title}":
context => "/files/etc/sysconfig/iptables/table",
# incl => "/etc/sysconfig/iptables",
# lens => "iptables.aug",
onlyif => "match append[dport=''$dpor...
2007 Oct 05
2
Limit Rates in more scalable and efficient way
Hello
I''m looking for a more efficient way to limit rates to different clients.
Right now as I understand it, I have to make a class for every customer/ip-address I''d like to limit bandwidth.
This means lots of configuration if i had many customers to setup traffic shaping for.
I can filter for ip-ranges, but then all ip''s of that range share the set bandwidth of the
2013 Jul 12
5
Module team update: 2013-07-07 - 2013-07-12
Hello!
Now that we''re two weeks in it''s time for another update on what''s been
going on in the module team. We focused on puppetlabs-ntp and
puppetlabs-firewall as our two primary modules, but also merged in fixes to
passenger, rabbitmq, mysql, apt, and apache.
As a result of this work we''ve released:
http://forge.puppetlabs.com/puppetlabs/apache/0.7.0