shearn89/puppet-toughen

View on GitHub
manifests/firewall/post.pp

Summary

Maintainability
Test Coverage
class toughen::firewall::post {
  # Jump to logging?
  firewall { '999 drop all':
    proto  => 'all',
    action => 'drop',
    before => undef,
  }
}