Skip to content

Instantly share code, notes, and snippets.

View wcooley's full-sized avatar

Wil Cooley wcooley

View GitHub Profile
@wcooley
wcooley / init.pp
Created November 15, 2012 20:12 — forked from big-samantha/init.pp
# Install, configure, and make persistent, iptables.
class iptables (
$publicports = [],
)
{
include
'iptables::config',
'iptables::service',
'iptables::install'