abusesa::services: Allow restricting access based on client certificate DN

This commit is contained in:
Ossi Salmi 2015-06-22 13:23:22 +03:00
parent 23a9802363
commit 0cc9f98ab4
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# Configure AbuseSA services.
#
class abusesa::services(
$allow_dn=undef,
$services=[],
$socketdir='/var/lib/abuserv/run',
) {