aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
blob: 33521d77a070d28fc961088b2d2a2cf252c0d2a8 (plain)
1
2
3
4
5
define shorewall::params($value, $order='100'){
    shorewall::entry{"params.d/${order}-${title}":
        line => "${name}=${value}",
    }
}