thor77-ferm

Puppet module to install and manage ferm


Keywords
puppet, puppet-module
License
MIT
Install
puppet module install thor77-ferm --version 0.1.0

Documentation

puppet-ferm

Module to manage ferm

Usage

class { 'ferm':
    rules => {
        '01 policy drop' => {
            policy => 'drop',
            action => '',
        },
       '02 allow ssh' => {
            proto => 'tcp',
            dport => '22',
       },
    }
}

Limitations

  • currently only Debian and Archlinux are supported
  • no tests