tkey-* additional parameters

- tkey-gssapi-credential
- tkey-domain
This commit is contained in:
Cedric DEFORTIS
2017-05-31 15:41:52 +02:00
parent e39b9b9db1
commit 81135efa23
3 changed files with 36 additions and 9 deletions
+11 -9
View File
@@ -1,15 +1,17 @@
# ex: syntax=puppet si ts=4 sw=4 et
class bind (
$forwarders = undef,
$forward = undef,
$dnssec = undef,
$filter_ipv6 = undef,
$version = undef,
$statistics_port = undef,
$auth_nxdomain = undef,
$include_default_zones = true,
$include_local = false,
$forwarders = undef,
$forward = undef,
$dnssec = undef,
$filter_ipv6 = undef,
$version = undef,
$statistics_port = undef,
$auth_nxdomain = undef,
$include_default_zones = true,
$include_local = false,
$tkey_gssapi_credential = undef,
$tkey_domain = undef,
) inherits bind::defaults {
File {